From: hadaq Date: Fri, 14 Sep 2012 15:18:14 +0000 (+0000) Subject: message X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=50a0b4e40490d1e6555797152960b73a3deb8561;p=daqtools.git message --- diff --git a/padiwa.pl b/padiwa.pl index 28f2050..0208689 100755 --- 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 +