In passing, reword another instance of the same message that was
gratuitously different.
Author: Josh Kupershmidt
after a bug report by Bosco Rama
/* Initialize the LO Buffer */
AH->lo_buf_used = 0;
- ahlog(AH, 2, "restoring large object with OID %u\n", oid);
+ ahlog(AH, 1, "restoring large object with OID %u\n", oid);
/* With an old archive we must do drop and create logic here */
if (old_blob_style && drop)
oid = atooid(&th->targetFile[5]);
if (oid != 0)
{
- ahlog(AH, 1, "restoring large object OID %u\n", oid);
+ ahlog(AH, 1, "restoring large object with OID %u\n", oid);
StartRestoreBlob(AH, oid, ropt->dropSchema);