mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fixed DBG_INF macro name
This commit is contained in:
parent
1e1b7c74fb
commit
7fac56e072
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ MYSQLND_METHOD(mysqlnd_net, enable_ssl)(MYSQLND_NET * const net TSRMLS_DC)
|
|||
DBG_RETURN(PASS);
|
||||
#else
|
||||
DBG_ENTER("mysqlnd_net::enable_ssl");
|
||||
DBG_INFO("MYSQLND_SSL_SUPPORTED is not defined");
|
||||
DBG_INF("MYSQLND_SSL_SUPPORTED is not defined");
|
||||
DBG_RETURN(PASS);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue