mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-25 11:53:32 +02:00
Fix typo
This commit is contained in:
parent
6de8b16403
commit
751519d373
@ -267,7 +267,7 @@ parse_range(pgBackupRange *range, const char *arg1, const char *arg2)
|
|||||||
if (strcmp(tmp,"") != 0)
|
if (strcmp(tmp,"") != 0)
|
||||||
elog(ERROR_ARGS, _("supplied id(%s) is invalid."), tmp);
|
elog(ERROR_ARGS, _("supplied id(%s) is invalid."), tmp);
|
||||||
else
|
else
|
||||||
elog(ERROR_ARGS, _("argments are invalid. near \"%s\""), arg1);
|
elog(ERROR_ARGS, _("arguments are invalid. near \"%s\""), arg1);
|
||||||
}
|
}
|
||||||
|
|
||||||
free(tmp);
|
free(tmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user