commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 03/03: thrift: fix warning message macro


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/03: thrift: fix warning message macro
Date: Wed, 17 Jun 2015 21:58:36 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 8b3abccab8184fbfaab68dd61fa95ba6268ef92d
Author: Johnathan Corgan <address@hidden>
Date:   Wed Jun 17 14:48:46 2015 -0700

    thrift: fix warning message macro
---
 gnuradio-runtime/include/gnuradio/thrift_application_base.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnuradio-runtime/include/gnuradio/thrift_application_base.h 
b/gnuradio-runtime/include/gnuradio/thrift_application_base.h
index d58f034..d372193 100644
--- a/gnuradio-runtime/include/gnuradio/thrift_application_base.h
+++ b/gnuradio-runtime/include/gnuradio/thrift_application_base.h
@@ -217,8 +217,8 @@ void thrift_application_base<TserverBase, 
TserverClass>::start_application()
     }
 
     if(!app_started) {
-      GR_LOG_WARN(d_logger, "thrift_application_base::start_application(), "
-                  "timeout waiting to port number might have failed?");
+      GR_WARN("thrift_application_base", 
"thrift_application_base::start_application(), "
+              "timeout waiting to port number might have failed?");
     }
 
     p_impl->d_application_initilized = true;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]