sy_generic: turn some ERR into INFO

This commit is contained in:
Thomas Schoebel-Theuer 2012-07-17 17:51:40 +02:00 committed by Thomas Schoebel-Theuer
parent d6f40d09f9
commit 19c2787ca9
1 changed files with 2 additions and 2 deletions

View File

@ -636,7 +636,7 @@ restart:
status = _mars_readdir(&sub_cookie);
total_status |= status;
if (status < 0) {
MARS_ERR("forward: status %d on '%s'\n", status, dent->d_path);
MARS_INF("forward: status %d on '%s'\n", status, dent->d_path);
}
}
}
@ -720,7 +720,7 @@ restart:
down_read(&global->dent_mutex);
total_status |= status;
if (status < 0) {
MARS_ERR("backwards: status %d on '%s'\n", status, dent->d_path);
MARS_INF("backwards: status %d on '%s'\n", status, dent->d_path);
}
}
up_read(&global->dent_mutex);