From 9e1b71258f033fa9ea223e41a16b21102b08b90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 31 Aug 2015 17:38:25 +0000 Subject: [PATCH] Fixed minor bug --- lib/MySQL_Session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index ae0659ea4..16bf3f300 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -1034,7 +1034,7 @@ handler_again: client_myds->myprot.generate_pkt_ERR(true,NULL,NULL,1,mysql_errno(myconn->mysql),sqlstate,mysql_error(myconn->mysql)); } else { char buf[256]; - sprintf(buf,"Max connect failure while reaching hostgroup %d : %llu", current_hostgroup); + sprintf(buf,"Max connect failure while reaching hostgroup %d", current_hostgroup); client_myds->myprot.generate_pkt_ERR(true,NULL,NULL,1,1045,(char *)"#28000",buf); } CurrentQuery.end();