Skip to content

Commit

Permalink
[YottaDB#193] Fix various GTM-W- occurrences to be YDB-W- since ydb_m…
Browse files Browse the repository at this point in the history
…sgprefix default is YDB in r1.20
  • Loading branch information
nars1 committed Apr 5, 2018
1 parent 1159f0d commit e4da69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sr_port/zshow_svn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2001-2017 Fidelity National Information *
* Services, Inc. and/or its subsidiaries. All rights reserved. *
* *
* Copyright (c) 2017 YottaDB LLC. and/or its subsidiaries. *
* Copyright (c) 2017-2018 YottaDB LLC. and/or its subsidiaries.*
* All rights reserved. *
* *
* This source code contains the intellectual property *
Expand Down Expand Up @@ -59,7 +59,7 @@
#define ZS_ONE_OUT(V,TEXT) ((V)->len = 1, (V)->addr = (TEXT), zshow_output(output,V))
#define ZS_VAR_EQU(V,TEXT) ((V)->len = SIZEOF(TEXT) - 1, (V)->addr = TEXT, \
zshow_output(output,(V)), ZS_ONE_OUT((V),equal_text))
/* PATH_MAX + "->" + GTM-W-ZDIROUTOFSYNC, <text of ZDIROUTOFSYNC> */
/* PATH_MAX + "->" + YDB-W-ZDIROUTOFSYNC, <text of ZDIROUTOFSYNC> */
#define ZDIR_ERR_LEN ((3 * GTM_MAX_DIR_LEN) + 128)


Expand Down
4 changes: 2 additions & 2 deletions sr_unix/gtmsecshr_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ extern char **environ;
#define ERR_SECSHRCHDIRFAILED1 \
"%%YDB-E-SECSHRCHDIRFAILED1, chdir failed on %s, errno %d. gtmsecshr will not be started\n"
#define ERR_SECSHRCHDIRFAILED2 \
"%%GTM-W-SECSHRCHDIRFAILED2, chdir failed on %s, errno %d. gtmsecshr will be started with GMT timezone\n"
"%%YDB-W-SECSHRCHDIRFAILED2, chdir failed on %s, errno %d. gtmsecshr will be started with GMT timezone\n"
#define ERR_SECSHREXECLFAILED \
"%%YDB-E-SECSHREXECLFAILED, execl of %s failed\n"
#define ERR_SECSHRYDBDIST2LONG \
Expand All @@ -120,7 +120,7 @@ extern char **environ;
#define ERR_SECSHRSTATFAILED \
"%%YDB-E-SECSHRSTATFAILED, stat failed on %s, errno %d. gtmsecshr will not be started\n"
#define ERR_SECSHRTZFAIL \
"%%GTM-W-SECSHRTZFAIL, %s %d. gtmsecshr will start with TZ set to GMT\n"
"%%YDB-W-SECSHRTZFAIL, %s %d. gtmsecshr will start with TZ set to GMT\n"
#define ERR_SECSHRWRITABLE \
"%%YDB-E-SECSHRWRITABLE, %s writable. gtmsecshr will not be started\n"

Expand Down

0 comments on commit e4da69f

Please sign in to comment.