Commit 4cae76c5 authored by Dietmar Maurer's avatar Dietmar Maurer

vzdump: improve error message

parent 656c3da6
......@@ -86,7 +86,7 @@ sub storage_info {
die "can't use storage type '$type' for backup\n"
if (!($type eq 'dir' || $type eq 'nfs' || $type eq 'glusterfs'));
die "can't use storage for backups - wrong content type\n"
die "can't use storage '$storage' for backups - wrong content type\n"
if (!$scfg->{content}->{backup});
PVE::Storage::activate_storage($cfg, $storage);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment