From 4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 6 Aug 2003 15:12:49 +0000 Subject: rfbErr introduced --- auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth.c') diff --git a/auth.c b/auth.c index 5b1cda8..ec253dd 100644 --- a/auth.c +++ b/auth.c @@ -83,7 +83,7 @@ rfbAuthProcessClientMessage(cl) } if(!cl->screen->passwordCheck(cl,(const char*)response,CHALLENGESIZE)) { - rfbLog("rfbAuthProcessClientMessage: password check failed\n"); + rfbErr("rfbAuthProcessClientMessage: password check failed\n"); authResult = Swap32IfLE(rfbVncAuthFailed); if (WriteExact(cl, (char *)&authResult, 4) < 0) { rfbLogPerror("rfbAuthProcessClientMessage: write"); -- cgit v1.2.3