storage: tweak error message when skipping file

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2018-07-30 17:43:56 +01:00
parent 047cfb05ee
commit f72c5945e1

View File

@ -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;
}