mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Fixed error message.
This commit is contained in:
parent
535f32c827
commit
7b1039dbe2
@ -479,7 +479,7 @@ sub move
|
|||||||
|
|
||||||
if (!rename($strPathOpSource, $strPathOpDestination))
|
if (!rename($strPathOpSource, $strPathOpDestination))
|
||||||
{
|
{
|
||||||
confess &log(ERROR, "unable to open move file ${strPathOpSource}: " . $!);
|
confess &log(ERROR, "unable to move file ${strPathOpSource}: " . $!);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user