repaired log dir variable name
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 13 Oct 2007 01:09:20 +0000 (01:09 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 13 Oct 2007 01:09:20 +0000 (01:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7883 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/settings-tester.pl

index f8ec243..57cb58b 100755 (executable)
@@ -108,7 +108,7 @@ $output .= ($de) ? $de : "* Successfully connected to database $dsn\n";
 
 
 if ($gather) {
-       get_debug_info( $tmpdir, $logdir, $conf_dir, $perloutput, $output );
+       get_debug_info( $tmpdir, $log_dir, $conf_dir, $perloutput, $output );
 }
 
 sub get_debug_info {