nss-pam-ldapd commit: r1685 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1685 - nss-pam-ldapd/nslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1685 - nss-pam-ldapd/nslcd
- Date: Wed, 9 May 2012 21:47:01 +0200 (CEST)
Author: arthur
Date: Wed May 9 21:47:01 2012
New Revision: 1685
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1685&view=revision
Log:
remove duplicate debug from log message
Modified:
nss-pam-ldapd/nslcd/nslcd.c
Modified: nss-pam-ldapd/nslcd/nslcd.c
==============================================================================
--- nss-pam-ldapd/nslcd/nslcd.c Fri May 4 23:24:23 2012 (r1684)
+++ nss-pam-ldapd/nslcd/nslcd.c Wed May 9 21:47:01 2012 (r1685)
@@ -566,7 +566,7 @@
if (j<0)
{
if (errno==EINTR)
- log_log(LOG_DEBUG,"debug: select() failed (ignored):
%s",strerror(errno));
+ log_log(LOG_DEBUG,"select() failed (ignored): %s",strerror(errno));
else
log_log(LOG_ERR,"select() failed: %s",strerror(errno));
continue;
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1685 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project