From 2d6230af6237a3074b934ec5bf04c70a120aab11 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 18 Mar 2013 14:10:16 -0400
Subject: [PATCH] Updated comment.

---
 harvest/batch-import-marc-auth.sh | 2 +-
 harvest/batch-import-marc.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/harvest/batch-import-marc-auth.sh b/harvest/batch-import-marc-auth.sh
index 248e4a01134..40bae23a7f3 100755
--- a/harvest/batch-import-marc-auth.sh
+++ b/harvest/batch-import-marc-auth.sh
@@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc
 do
   if [ -f $file ]
   then
-    # Capture solrmarc output to log
+    # Logging output handled by log() function
     $VUFIND_HOME/import-marc-auth.sh $file $2 2> >(log $file)
     if [ $MOVE_DATA == true ]
     then
diff --git a/harvest/batch-import-marc.sh b/harvest/batch-import-marc.sh
index 8bbe2019258..25c821428df 100755
--- a/harvest/batch-import-marc.sh
+++ b/harvest/batch-import-marc.sh
@@ -112,7 +112,7 @@ for file in $BASEPATH/*.xml $BASEPATH/*.mrc
 do
   if [ -f $file ]
   then
-    # Capture solrmarc output to log
+    # Logging output handled by log() function
     $VUFIND_HOME/import-marc.sh $file 2> >(log $file)
     if [ $MOVE_DATA == true ]
     then
-- 
GitLab