Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/storage/storage_util.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/storage/storage_util.c b/src/storage/storage_util.c
index 715d5c2f88..42a9b6abf0 100644
--- a/src/storage/storage_util.c
+++ b/src/storage/storage_util.c
@@ -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;
}
--
2.17.1