]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
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)
commitd5c87cb4ffc411fc12dbc261af3ed29633e49fba
tree76ba352042c3165f9fb7c4706c1887aa0fc7d6c0
parent91408042768c05347c1b9f081a00387ca07b26fe
http-push: using error() and warning() as appropriate

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>
http-push.c