X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsimport.perl;h=e43920296182f320dac31b5832a30844ffaef38f;hb=747a322bcc4df5f9a371890ffe728741456704c7;hp=e2664ef01308fd0fb65d47b25e0ae73a65aa6262;hpb=245648dede5e67180ce059a71e3f77a8bb7f52b4;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index e2664ef01..e43920296 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -952,7 +952,7 @@ while () { } 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;