1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-26 14:04:15 +03:00

Forgotten '%s' in one of _mk_link warning messages.

This commit is contained in:
Peter Rajnoha 2009-08-05 09:12:44 +00:00
parent e50e7ee119
commit 4d4d7c1fb3

View File

@ -186,7 +186,7 @@ static int _mk_link(const char *dev_dir, const char *vg_name,
return 0;
}
} else if (dm_udev_get_sync_support())
log_warn("The link should had been created by udev "
log_warn("The link %s should had been created by udev "
"but it was not found. Falling back to "
"direct link creation.", lv_path);