[Fai-commit] r3610 - people/michael/features/setup_harddisks_2/implementation

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sat Jul 22 11:13:20 UTC 2006


Author: michael-guest
Date: 2006-07-22 11:13:19 +0000 (Sat, 22 Jul 2006)
New Revision: 3610

Modified:
   people/michael/features/setup_harddisks_2/implementation/shdd2-parser
Log:


Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-parser
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2006-07-22 11:11:55 UTC (rev 3609)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-parser	2006-07-22 11:13:19 UTC (rev 3610)
@@ -371,12 +371,12 @@
   {
     if (ref($hash_ref->{$key}))
     {
-      printf "$k Schluessel: ". $key." Wert: "."Hash" ."\n";
+      print "$k Schluessel: ". $key." Wert: "."Hash" ."\n";
       &print_hash($hash_ref->{$key}, $k);
     }
     else
     {
-      printf "$k Schluessel: ". $key." Wert: ".$hash_ref->{$key}."\n";
+      print "$k Schluessel: ". $key." Wert: ".$hash_ref->{$key}."\n";
     }
 
   }




More information about the Fai-commit mailing list