diff --git a/src/priv.c b/src/priv.c index 6e715e9..9d59702 100644 --- a/src/priv.c +++ b/src/priv.c @@ -245,7 +245,6 @@ asroot_gethostbyname() if (uname(&un) != 0) fatal("[priv]: failed to get system information"); if ((hp = gethostbyname(un.nodename)) == NULL) { - LLOG_INFO("[priv]: unable to get system name"); res_init(); len = strlen(un.nodename); must_write(remote, &len, sizeof(int));