1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00

change stub wording

This commit is contained in:
Grigory Smolkin 2019-05-01 02:45:17 +03:00
parent a7650c07c2
commit 559390aa9e

View File

@ -210,7 +210,7 @@ setMyLocation(void)
#ifdef WIN32
if (IsSshProtocol())
elog(ERROR, "Remote operations on Windows are not possible at this moment");
elog(ERROR, "Currently remote operations on Windows are not supported");
#endif
MyLocation = IsSshProtocol()