From e60c5284c1c098d8185c38c224baabf0e3f469c0 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 18 Mar 2013 14:20:54 -0400 Subject: [PATCH] Moved comment. --- harvest/batch-import-marc-auth.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harvest/batch-import-marc-auth.bat b/harvest/batch-import-marc-auth.bat index 0fb5af34082..a96595d710d 100644 --- a/harvest/batch-import-marc-auth.bat +++ b/harvest/batch-import-marc-auth.bat @@ -103,10 +103,10 @@ md %BASEPATH%\processed rem Process all the files in the target directory: for %%a in (%BASEPATH%\*.xml %BASEPATH%\*.mrc) do ( - rem Capture solrmarc output to log if "%LOGGING%"=="0" ( call %VUFIND_HOME%\import-marc-auth.bat %%a %2 ) + rem Capture solrmarc output to log if "%LOGGING%"=="1" ( call %VUFIND_HOME%\import-marc-auth.bat %%a %2 2> %BASEPATH%\log\%%~nxa.log ) -- GitLab