Skip to content

Commit 12a3066

Browse files
committed
Fix debug output
1 parent 34208bf commit 12a3066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_mysql/mysql_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ static bool mysql_handle_begin(pdo_dbh_t *dbh)
353353
zend_long return_value;
354354
zend_string *command;
355355

356-
PDO_DBG_ENTER("mysql_handle_quoter");
356+
PDO_DBG_ENTER("mysql_handle_begin");
357357
PDO_DBG_INF_FMT("dbh=%p", dbh);
358358

359359
command = zend_string_init("START TRANSACTION", strlen("START TRANSACTION"), 0);

0 commit comments

Comments
 (0)