Skip to content

Commit 4b86d82

Browse files
committed
Print error on max open con
1 parent 6d7c91b commit 4b86d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmysql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ int Lua_Mysql_Connect( lua_State *L )
192192

193193
if( handle < 0 )
194194
{
195-
Plugin_DPrintf( "Lua Mysql: max open connections reached!\n" );
195+
Plugin_PrintError( "Lua Mysql: max open connections reached!\n" );
196196
lua_pushnil( L );
197197
return 1;
198198
}

0 commit comments

Comments
 (0)