X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsimport.perl;h=e43920296182f320dac31b5832a30844ffaef38f;hb=ab2fdb3b62589477bde0cd0af8239bee510c3488;hp=e2664ef01308fd0fb65d47b25e0ae73a65aa6262;hpb=392f1300911120fbaa4b77c737fe13e205726aca;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;