logged the fact to dump the status.

Obtained from:	KAME
MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2003-08-15 16:50:34 +00:00
parent 8dcee923b5
commit 776fdb8006
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118957

View File

@ -215,6 +215,9 @@ void
rtadvd_dump_file(dumpfile)
char *dumpfile;
{
syslog(LOG_DEBUG, "<%s> dump current status to %s", __func__,
dumpfile);
if ((fp = fopen(dumpfile, "w")) == NULL) {
syslog(LOG_WARNING, "<%s> open a dump file(%s)",
__func__, dumpfile);