[leafnode-list] [PATCH] Print username in case of authentication problems in fetchnews

Matthias Andree ma at dt.e-technik.uni-dortmund.de
Wed Jan 7 02:19:08 CET 2004


Samuel Tardieu <sam at rfc1149.net> writes:

> --- orig/fetchnews.c
> +++ mod/fetchnews.c
> @@ -1852,8 +1852,8 @@
>  
>      /* authenticate */
>      if (cursrv->username && !authenticate(cursrv)) {
> -	ln_log(LNLOG_SERR, LNLOG_CSERVER, "%s: error, cannot authenticate",
> -		cursrv->name);
> +	ln_log(LNLOG_SERR, LNLOG_CSERVER, "%s@%s: error, cannot authenticate",
> + 	        cursrv->username, cursrv->name);
>  	goto out;
>      }

Applied.

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95



More information about the leafnode-list mailing list