[Fai-commit] r4965 - in trunk: bin lib/setup-storage

lange at alioth.debian.org lange at alioth.debian.org
Thu Jun 12 15:02:37 UTC 2008


Author: lange
Date: 2008-06-12 15:02:36 +0000 (Thu, 12 Jun 2008)
New Revision: 4965

Modified:
   trunk/bin/setup-storage
   trunk/lib/setup-storage/Parser.pm
Log:
minor change of warning message


Modified: trunk/bin/setup-storage
===================================================================
--- trunk/bin/setup-storage	2008-06-12 14:52:22 UTC (rev 4964)
+++ trunk/bin/setup-storage	2008-06-12 15:02:36 UTC (rev 4965)
@@ -107,7 +107,7 @@
 defined ($config_file) or die "No matching disk_config found\n";
 
 # start the parsing - thereby $FAI::configs is filled
-warn "Starting setup-storage $version";
+warn "Starting setup-storage $version\n";
 &FAI::run_parser($config_file);
 
 # mark devices as preserve, where not all already done so

Modified: trunk/lib/setup-storage/Parser.pm
===================================================================
--- trunk/lib/setup-storage/Parser.pm	2008-06-12 14:52:22 UTC (rev 4964)
+++ trunk/lib/setup-storage/Parser.pm	2008-06-12 15:02:36 UTC (rev 4965)
@@ -680,7 +680,7 @@
 
   # check for old-style configuration files
   ($input =~ m{(^|\n)[^\n#]+;})
-    and die "Old style configuration files are not supported\n";
+    and die "Error: Old style configuration files are not supported\n";
 
   # attempt to parse $input - any error will lead to termination
   defined $FAI::Parser->file($input) or die "Syntax error\n";




More information about the Fai-commit mailing list