projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7be977
)
Fix a bug caused by the previous commit e7be9779ba98b14d4c694acf87c83122780cfa67.
author
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Sat, 3 Nov 2018 05:09:09 +0000
(14:09 +0900)
committer
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Sat, 3 Nov 2018 05:13:39 +0000
(14:13 +0900)
Also use a macro MYLOG() instead of function mylog().
dlg_specific.c
patch
|
blob
|
blame
|
history
diff --git
a/dlg_specific.c
b/dlg_specific.c
index 8c5d895e05089989b72a1c1111adfacede711f71..8436672b5cf9f996bbd75d6042747c46a13fdff3 100644
(file)
--- a/
dlg_specific.c
+++ b/
dlg_specific.c
@@
-292,7
+292,7
@@
makeConnectString(char *connect_string, const ConnInfo *ci, UWORD len)
BOOL abbrev = (len < 1024) || 0 < ci->force_abbrev_connstr;
UInt4 flag;
-
mylog(
"%s row_versioning=%s\n", __FUNCTION__, ci->row_versioning);
+
MYLOG(0,
"%s row_versioning=%s\n", __FUNCTION__, ci->row_versioning);
MYLOG(DETAIL_LOG_LEVEL, "force_abbrev=%d abbrev=%d\n", ci->force_abbrev_connstr, abbrev);
encode(ci->password, encoded_item, sizeof(encoded_item));
@@
-1186,7
+1186,7
@@
writeDSNinfo(const ConnInfo *ci)
ODBC_INI);
SQLWritePrivateProfileString(DSN,
-
ABBR
_DATABASE,
+
INI
_DATABASE,
ci->database,
ODBC_INI);