Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69379
Collapse All | Expand All

(-)messages.c.orig (-1 / +1 lines)
Lines 37-43 void message( char *s, ... ) Link Here
37
	va_end( ap );
37
	va_end( ap );
38
38
39
	if ( i_am_daemon )
39
	if ( i_am_daemon )
40
		syslog( LOG_NOTICE, buf );
40
		syslog( LOG_NOTICE, "%s", buf );
41
	else
41
	else
42
		fputs( buf, stderr );
42
		fputs( buf, stderr );
43
}
43
}

Return to bug 69379