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