From 57abe3302f7ea79ccd23d08bcd8adac82ca052a9 Mon Sep 17 00:00:00 2001 From: m0gg Date: Fri, 19 May 2006 14:49:17 +0000 Subject: successful authentication quieted --- nanohttp/nanohttp-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-server.c') diff --git a/nanohttp/nanohttp-server.c b/nanohttp/nanohttp-server.c index 32902ee..090b9d4 100644 --- a/nanohttp/nanohttp-server.c +++ b/nanohttp/nanohttp-server.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-server.c,v 1.59 2006/05/15 13:54:25 mrcsys Exp $ +* $Id: nanohttp-server.c,v 1.60 2006/05/19 14:49:17 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -607,7 +607,7 @@ _httpd_authenticate_request(hrequest_t * req, httpd_auth auth) } if ((ret = auth(req, user, pass))) - log_info2("Access granted for user=\"%s\"", user); + log_debug2("Access granted for user=\"%s\"", user); else log_info2("Authentication failed for user=\"%s\"", user); -- cgit v1.1-32-gdbae