]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/resolve.c
Make sourcecode compatible with ansi2knr again
[ngircd-alex.git] / src / ngircd / resolve.c
index 9bc3a87a07e3a1fd91e960505d5e783e1c90f76a..5839c19498cde0d8b9939d449bc947537eb678cf 100644 (file)
@@ -344,15 +344,15 @@ Addr_in_list(const array *resolved_addr, const ng_ipaddr_t *Addr)
 static void
 Log_Forgery_NoIP(const char *ip, const char *host)
 {
-       Log_Subprocess(LOG_WARNING, "Possible forgery: %s resolved to %s "
-               "(which has no ip address)", ip, host);
+       Log_Subprocess(LOG_WARNING,
+               "Possible forgery: %s resolved to %s (which has no ip address)", ip, host);
 }
 
 static void
 Log_Forgery_WrongIP(const char *ip, const char *host)
 {
-       Log_Subprocess(LOG_WARNING,"Possible forgery: %s resolved to %s "
-               "(which points to different address)", ip, host);
+       Log_Subprocess(LOG_WARNING,
+               "Possible forgery: %s resolved to %s (which points to different address)", ip, host);
 }