From c055a3c0d28b8c0f8638de201ea99ac900151b35 Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Tue, 30 Sep 2014 17:04:43 +0300 Subject: [PATCH] Addition to fix of #557, Removal of confusing and erroneous log message. --- query_classifier/query_classifier.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/query_classifier/query_classifier.cc b/query_classifier/query_classifier.cc index bbb314f1e..d10a7d9d3 100644 --- a/query_classifier/query_classifier.cc +++ b/query_classifier/query_classifier.cc @@ -833,8 +833,7 @@ static skygw_query_type_t resolve_query_type( LOGIF(LD, (skygw_log_write( LOGFILE_DEBUG, "%lu [resolve_query_type] " - "Unknown functype %d. Something " - "has gone wrong.", + "Functype %d.", pthread_self(), ftype))); break;