]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.c
Allow pre-defined server local channels ("&").
[ngircd-alex.git] / src / ngircd / client.c
index a8a2ddfa528c3e34ec84989d0a64acffb8352dfc..1d01f784387bac124925d41c01844ebc7ae1a991 100644 (file)
@@ -402,7 +402,8 @@ Client_SetAway( CLIENT *Client, char *Txt )
        assert( Txt != NULL );
 
        strlcpy( Client->away, Txt, sizeof( Client->away ));
-       Log( LOG_DEBUG, "User \"%s\" is away: %s", Client_Mask( Client ), Txt );
+       LogDebug("%s \"%s\" is away: %s", Client_TypeText(Client),
+                Client_Mask(Client), Txt);
 } /* Client_SetAway */