add line break to error message
This commit is contained in:
@ -617,7 +617,7 @@ sub storage_check_node {
|
|||||||
if ($scfg->{nodes}) {
|
if ($scfg->{nodes}) {
|
||||||
$node = PVE::INotify::nodename() if !$node || ($node eq 'localhost');
|
$node = PVE::INotify::nodename() if !$node || ($node eq 'localhost');
|
||||||
if (!$scfg->{nodes}->{$node}) {
|
if (!$scfg->{nodes}->{$node}) {
|
||||||
die "storage '$storeid' is not available on node '$node'" if !$noerr;
|
die "storage '$storeid' is not available on node '$node'\n" if !$noerr;
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user