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:
parent
a7650c07c2
commit
559390aa9e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user