[Fai-commit] r5635 - trunk/bin

Thomas Lange lange at alioth.debian.org
Sun Nov 1 15:14:30 UTC 2009


Author: lange
Date: 2009-11-01 15:14:28 +0000 (Sun, 01 Nov 2009)
New Revision: 5635

Modified:
   trunk/bin/faimond-gui
Log:
minor fix


Modified: trunk/bin/faimond-gui
===================================================================
--- trunk/bin/faimond-gui	2009-11-01 15:07:15 UTC (rev 5634)
+++ trunk/bin/faimond-gui	2009-11-01 15:14:28 UTC (rev 5635)
@@ -112,13 +112,13 @@
   # remove old information when doing an reinstallation
   if ($startstop eq 'check') {
     foreach (1 .. $#tasklist) {
-      warn "XXX $row{$host} X $_\n" if $debug;
+      warn "row: $row{$host} nr.:  $_\n" if $debug;
       $hlist->itemCreate($row{$host}, $_, -text => '');
     }
     return;
   }
 
-  warn "create: $row{$host} X  $task{$task} X $startstop $message{$startstop} $code\n" if $debug;
+  warn "create: $row{$host} | $task{$task} | $startstop $message{$startstop} $code\n" if $debug;
   unless (exists $task{$task}) {
     # do not show unknown tasks
     return;




More information about the Fai-commit mailing list