svn commit: samba r19544 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl: . Wireshark

jelmer at samba.org jelmer at samba.org
Fri Nov 3 23:08:34 GMT 2006


Author: jelmer
Date: 2006-11-03 23:08:33 +0000 (Fri, 03 Nov 2006)
New Revision: 19544

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19544

Log:
Fix case of 'warning'.

Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm	2006-11-03 22:35:52 UTC (rev 19543)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm	2006-11-03 23:08:33 UTC (rev 19544)
@@ -75,7 +75,7 @@
 sub nonfatal($$)
 {
 	my ($e,$s) = @_;
-	warn ("$e->{FILE}:$e->{LINE}: Warning: $s\n");
+	warn ("$e->{FILE}:$e->{LINE}: warning: $s\n");
 }
 
 #####################################################################

Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm	2006-11-03 22:35:52 UTC (rev 19543)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm	2006-11-03 23:08:33 UTC (rev 19544)
@@ -347,7 +347,7 @@
 		shift @fields;
 
 		if (not defined($field_handlers{$cmd})) {
-			print "$f:$ln: Warning: Unknown command `$cmd'\n";
+			print "$f:$ln: warning: Unknown command `$cmd'\n";
 			next;
 		}
 		



More information about the samba-cvs mailing list