1
0
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:
David Steele 2014-09-18 17:39:24 -04:00
parent 535f32c827
commit 7b1039dbe2

View File

@ -479,7 +479,7 @@ sub move
if (!rename($strPathOpSource, $strPathOpDestination))
{
confess &log(ERROR, "unable to open move file ${strPathOpSource}: " . $!);
confess &log(ERROR, "unable to move file ${strPathOpSource}: " . $!);
}
}
}