Commit 8be4ff02 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

config loader: make it more clear where this fprintf error is coming from.

parent 90f719f7
......@@ -120,7 +120,7 @@ char *config_ChainCreate( char **ppsz_name, config_chain_t **pp_cfg, const char
/* fprintf( stderr, "name=%s - rest=%s\n", psz_name, p ); */
if( p == psz_name )
{
fprintf( stderr, "invalid options (empty)" );
fprintf( stderr, "config_ChainCreate: invalid options (empty) \n" );
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment