Index: /trunk/pstamp/scripts/pstamp_request_file
===================================================================
--- /trunk/pstamp/scripts/pstamp_request_file	(revision 29672)
+++ /trunk/pstamp/scripts/pstamp_request_file	(revision 29673)
@@ -273,9 +273,9 @@
         if ($comment) {
             if ($comment =~ /#/) {
-                print STDERR "WARNING '#' character removed from comment.\n";
+                print STDERR "WARNING '#' character removed from comment on line $line_num.\n";
                 $comment =~ s/#/ /;
             }
             if (length($comment) > 63) {
-                print STDERR "WARNING comment too long truncating to 63 characters.\n";
+                print STDERR "WARNING comment too long truncating to 63 characters on line $line_num.\n";
                 $comment = substr($comment, 0, 63);
             }
