X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsimport.perl;h=e43920296182f320dac31b5832a30844ffaef38f;hb=f3cad0ad82e24966bf7bcc8a47670c54c30e4b18;hp=cacbfc0259fd1ae353117d93e345cd8c4dd41188;hpb=66915b5d7cc9b66bf8c452bb62c67da371c21d90;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index cacbfc025..e43920296 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -36,7 +36,7 @@ sub usage(;$) { my $msg = shift; print(STDERR "Error: $msg\n") if $msg; print STDERR <) { } elsif (/^-+$/) { # end of unknown-line processing $state = 1; } elsif ($state != 11) { # ignore stuff when skipping - print "* UNKNOWN LINE * $_\n"; + print STDERR "* UNKNOWN LINE * $_\n"; } } commit() if $branch and $state != 11;