git-daemon: call logerror() instead of error()
authorStephen R. van den Berg <srb@cuci.nl>
Thu, 14 Aug 2008 18:02:20 +0000 (20:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Aug 2008 00:43:53 +0000 (17:43 -0700)
commitdf0daf8ac0fce4bb98d5aff9295535a1606d2fad
treea7e69be7baf7f1dc2d228654223e575024d4cbac
parent2ebc02d32a4360da2cf69c2b5f5bfad0716d42b0
git-daemon: call logerror() instead of error()

Use logerror(), not error(), so that the messages won't be lost,
especially when running the daemon with its log sent to the syslog
facility.

Signed-off-by: Stephen R. van den Berg <srb@cuci.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
daemon.c