提交 f72c5945 编写于 作者: D Daniel P. Berrangé

storage: tweak error message when skipping file

Reviewed-by: NMartin Kletzander <mkletzan@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 047cfb05
......@@ -3609,8 +3609,8 @@ virStorageBackendRefreshLocal(virStoragePoolObjPtr pool)
int err;
if (virStringHasControlChars(ent->d_name)) {
VIR_WARN("Ignoring file with control characters under '%s'",
def->target.path);
VIR_WARN("Ignoring file '%s' with control characters under '%s'",
ent->d_name, def->target.path);
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册