X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsimport.perl;h=e43920296182f320dac31b5832a30844ffaef38f;hb=f92f2038a5192ac5fc1bb4f38c49906aa45b3f1e;hp=5a0255052c9360fdc4cbbdd79008a206ab3e4623;hpb=60727b5800d7791e5b107620cb5b2d344cf97fe9;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 5a0255052..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;