From 5fdfaa21d0d369c3b904b37ae2c0c6f597c8c984 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Mon, 2 Sep 2013 14:29:51 +0200 Subject: [PATCH] server side request impl: hold self reference in destroy(); ChannelField do not send Field if status is not success --- testApp/remote/pvutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/remote/pvutils.cpp b/testApp/remote/pvutils.cpp index e2861aa..939120d 100644 --- a/testApp/remote/pvutils.cpp +++ b/testApp/remote/pvutils.cpp @@ -287,7 +287,7 @@ void GetFieldRequesterImpl::getDone(const epics::pvData::Status& status, epics:: // show warning if (!status.isOK()) { - std::cerr << "[" << m_channel->getChannelName() << "] getField create: " << status << std::endl; + std::cerr << "[" << m_channel->getChannelName() << "] getField: " << status << std::endl; } // assign smart pointers