summaryrefslogtreecommitdiff
path: root/smarttvfactory.c
diff options
context:
space:
mode:
Diffstat (limited to 'smarttvfactory.c')
-rwxr-xr-xsmarttvfactory.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/smarttvfactory.c b/smarttvfactory.c
index c6b0524..a2154eb 100755
--- a/smarttvfactory.c
+++ b/smarttvfactory.c
@@ -707,13 +707,12 @@ void SmartTvServer::initRecCmds() {
}
void SmartTvServer::initCmdCmds() {
- mRecMsg = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
- mRecMsg += "<cmdcmds>\n";
- mRecMsg += processNestedItemList("", &Commands, &mCmdCmds);
- mRecMsg += "</cmdcmds>\n";
-
- *(mLog.log()) << "reccmds.conf parsed" << endl;
+ mCmdMsg = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
+ mCmdMsg += "<cmdcmds>\n";
+ mCmdMsg += processNestedItemList("", &Commands, &mCmdCmds);
+ mCmdMsg += "</cmdcmds>\n";
+ *(mLog.log()) << "commands.conf parsed" << endl;
}
void SmartTvServer::initServer(string dir) {