]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
message
authorhadaq <hadaq>
Fri, 14 Sep 2012 15:18:14 +0000 (15:18 +0000)
committerhadaq <hadaq>
Fri, 14 Sep 2012 15:18:14 +0000 (15:18 +0000)
padiwa.pl

index 28f2050a142881bba9424ae2799ef6c6bbca0701..0208689985c93e5bdee189b87aa497c401e4a3d8 100755 (executable)
--- a/padiwa.pl
+++ b/padiwa.pl
@@ -157,7 +157,7 @@ if($ARGV[2] eq "led") {
   
 if($ARGV[2] eq "monitor" && defined $ARGV[3]) {
   my $b = sendcmd(0x20830000+($mask&0x1f));
-  print "Wrote LED settings.\n";
+  print "Wrote monitor settings.\n";
   }    
   
 if($ARGV[2] eq "monitor") {
@@ -179,4 +179,4 @@ if($ARGV[2] eq "time") {
     printf("0x%04x\t%d\t0x%04x%04x\t%s\n",$e,$chain,$ids->{$e}->{1},$ids->{$e}->{0},time2str('%Y-%m-%d %H:%M',($ids->{$e}->{1}*2**16+$ids->{$e}->{0})));
     }
   } 
-  
\ No newline at end of file
+