change log msg

This commit is contained in:
Doug MacEachern 2005-12-14 02:09:06 +00:00
parent 6f6f92fb42
commit 94939e887b
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ static int dir_stat_get(sigar_t *sigar,
dirstats, recurse);
if ((status != SIGAR_OK) && do_log) {
sigar_log_printf(sigar, SIGAR_LOG_WARN,
"dir_stat: %s: %s\n",
"dir_stat: cannot stat `%s': %s\n",
name,
sigar_strerror(sigar, status));
}