From 771f2b4604f52cb2b71fb41438a602cab9277d68 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Fri, 9 Aug 2013 19:06:10 +0100 Subject: [PATCH] Temporarily move the 'called from UI thread' messages to the debug level --- mythtv/libs/libmythbase/mythcorecontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/libs/libmythbase/mythcorecontext.cpp b/mythtv/libs/libmythbase/mythcorecontext.cpp index f935790a478..2bd644d90fe 100644 --- a/mythtv/libs/libmythbase/mythcorecontext.cpp +++ b/mythtv/libs/libmythbase/mythcorecontext.cpp @@ -957,7 +957,7 @@ bool MythCoreContext::SendReceiveStringList( for (uint i=0; i<(uint)strlist.size() && i<2; i++) msg += (i?",":"") + strlist[i]; msg += (strlist.size() > 2) ? "...)" : ")"; - LOG(VB_GENERAL, LOG_WARNING, msg + " called from UI thread"); + LOG(VB_GENERAL, LOG_DEBUG, msg + " called from UI thread"); } QString query_type = "UNKNOWN";