lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1627 - nss-pam-ldapd/nslcd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1627 - nss-pam-ldapd/nslcd



Author: arthur
Date: Mon Mar  5 23:27:58 2012
New Revision: 1627
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1627&view=revision

Log:
remove extra newline from log message

Modified:
   nss-pam-ldapd/nslcd/myldap.c

Modified: nss-pam-ldapd/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd/nslcd/myldap.c        Mon Mar  5 22:53:54 2012        (r1626)
+++ nss-pam-ldapd/nslcd/myldap.c        Mon Mar  5 23:27:58 2012        (r1627)
@@ -794,7 +794,7 @@
       /* clear error flag */
       rc=LDAP_SUCCESS;
       if 
(ldap_set_option(search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
-        log_log(LOG_WARNING,"failed to clear the error flag\n");
+        log_log(LOG_WARNING,"failed to clear the error flag");
       pServerCtrls=NULL;
     }
   }
@@ -1188,7 +1188,7 @@
             /* clear error flag */
             rc=LDAP_SUCCESS;
             if 
(ldap_set_option(search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
-              log_log(LOG_WARNING,"failed to clear the error flag\n");
+              log_log(LOG_WARNING,"failed to clear the error flag");
           }
           /* TODO: handle the above return code?? */
           ldap_controls_free(resultcontrols);
@@ -1459,7 +1459,7 @@
     {
       rc=LDAP_SUCCESS;
       if 
(ldap_set_option(entry->search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
-        log_log(LOG_WARNING,"failed to clear the error flag\n");
+        log_log(LOG_WARNING,"failed to clear the error flag");
     }
     else if (rc==LDAP_SUCCESS)
     {
@@ -1569,7 +1569,7 @@
     {
       rc=LDAP_SUCCESS;
       if 
(ldap_set_option(entry->search->session->ld,LDAP_OPT_ERROR_NUMBER,&rc)!=LDAP_SUCCESS)
-        log_log(LOG_WARNING,"failed to clear the error flag\n");
+        log_log(LOG_WARNING,"failed to clear the error flag");
     }
     else if (rc==LDAP_SUCCESS)
     {
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/