http-push: using error() and warning() as appropriate
authorMiklos Vajna <vmiklos@frugalware.org>
Tue, 24 Mar 2009 01:09:09 +0000 (02:09 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2009 04:02:21 +0000 (21:02 -0700)
Change three occurences of using inconsistent error/warning reporting by
using the relevant error() / warning() calls to be consitent with the
rest of the code.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found