diff options
Diffstat (limited to 'src/interfaces/odbc/info.c')
-rw-r--r-- | src/interfaces/odbc/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/info.c b/src/interfaces/odbc/info.c index 39a0a49a988..a18778ceddb 100644 --- a/src/interfaces/odbc/info.c +++ b/src/interfaces/odbc/info.c @@ -802,7 +802,7 @@ SQLGetFunctions( { static char *func = "SQLGetFunctions"; - mylog("%s: entering...\n", func); + mylog("%s: entering...%u\n", func); if (fFunction == SQL_API_ALL_FUNCTIONS) { |