--- lbbs/src/init.c 2004/10/22 15:20:32 1.6 +++ lbbs/src/init.c 2005/03/17 10:48:46 1.7 @@ -63,7 +63,7 @@ load_conf (const char *conf_file) if ((fin = fopen (conf_file, "r")) == NULL) { - log_error ("Open bbsd.conf failed"); + log_error ("Open %s failed", conf_file); return -1; }