Skip to content

Commit 58c101f

Browse files
committed
Fix typo
1 parent 5fda255 commit 58c101f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/flight/sql/odbc/odbc_api.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ SQLRETURN SQLFreeHandle(SQLSMALLINT type, SQLHANDLE handle) {
5959
}
6060

6161
SQLRETURN SQLFreeStmt(SQLHSTMT handle, SQLUSMALLINT option) {
62-
ARROW_LOG(DEBUG) << "SQLAllocHandle called with handle: " << handle
62+
ARROW_LOG(DEBUG) << "SQLFreeStmt called with handle: " << handle
6363
<< ", option: " << option;
6464
// GH-47706 TODO: Implement SQLFreeStmt
6565
return SQL_INVALID_HANDLE;

0 commit comments

Comments
 (0)