summaryrefslogtreecommitdiff
path: root/orkbasecxx/messages
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-03-02 14:42:51 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-03-02 14:42:51 +0000
commit928be2e2d61b99d6de757e7b76a39e1eec1340f7 (patch)
tree35ede6da77b225ebf71f1f5ab0435b5db2ba3872 /orkbasecxx/messages
parent11d90b30829d0a4838970d994c73bc252a15f186 (diff)
Modified the record command to return the orkuid for the ongoing call which matches
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@606 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/messages')
-rw-r--r--orkbasecxx/messages/RecordMsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/messages/RecordMsg.cpp b/orkbasecxx/messages/RecordMsg.cpp
index b72300f..35a21b6 100644
--- a/orkbasecxx/messages/RecordMsg.cpp
+++ b/orkbasecxx/messages/RecordMsg.cpp
@@ -76,8 +76,8 @@ ObjectRef RecordMsg::Process()
ObjectRef ref(msg);
CStdString logMsg;
- logMsg.Format("Starting capture for party:%s orkuid:%s", m_party, m_orkuid);
CapturePluginProxy::Singleton()->StartCapture(m_party, m_orkuid);
+ logMsg.Format("Starting capture for party:%s orkuid:%s", m_party, m_orkuid);
msg->m_success = true;
msg->m_comment = logMsg;