Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/ether.c
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/ether.c')
-rw-r--r--nslcd/ether.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/ether.c b/nslcd/ether.c
index 59e1501..9ba6d1b 100644
--- a/nslcd/ether.c
+++ b/nslcd/ether.c
@@ -123,7 +123,7 @@ static int write_ether(TFILE *fp,MYLDAP_ENTRY *entry,
names=myldap_get_values(entry,attmap_ether_cn);
if ((names==NULL)||(names[0]==NULL))
{
- log_log(LOG_WARNING,"ether entry %s does not contain %s value",
+ log_log(LOG_WARNING,"%s: %s: missing",
myldap_get_dn(entry),attmap_ether_cn);
return 0;
}
@@ -139,7 +139,7 @@ static int write_ether(TFILE *fp,MYLDAP_ENTRY *entry,
ethers=myldap_get_values(entry,attmap_ether_macAddress);
if ((ethers==NULL)||(ethers[0]==NULL))
{
- log_log(LOG_WARNING,"ether entry %s does not contain %s value",
+ log_log(LOG_WARNING,"%s: %s: missing",
myldap_get_dn(entry),attmap_ether_macAddress);
return 0;
}