dns: fix debug message

Fixes: 5f9d348c20
This commit is contained in:
Beniamino Galvani 2016-04-15 22:01:56 +02:00
parent a787c7db43
commit 317f70997b

View file

@ -586,8 +586,8 @@ update_resolv_conf (NMDnsManager *self,
gs_free char *path = g_file_read_link (_PATH_RESCONF, NULL);
if (g_strcmp0 (path, MY_RESOLV_CONF) == 0) {
_LOGD ("not updating " MY_RESOLV_CONF
" since it points to " _PATH_RESCONF);
_LOGD ("not updating " _PATH_RESCONF
" since it points to " MY_RESOLV_CONF);
return SR_SUCCESS;
}
}