X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git-cvsimport.perl;h=e43920296182f320dac31b5832a30844ffaef38f;hb=6e13921b4f7adcc7316a76c0c4955b85b1589a65;hp=cacbfc0259fd1ae353117d93e345cd8c4dd41188;hpb=87fb597d4e3643210e1967d1e3035f28f5b019e5;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;