repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5f0a4
)
cec: fixed error message in cec-client (unable to open the device on port ...)
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Wed, 25 Jan 2012 13:20:11 +0000
(14:20 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Wed, 25 Jan 2012 13:20:11 +0000
(14:20 +0100)
src/testclient/main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/testclient/main.cpp
b/src/testclient/main.cpp
index 14abf16b42add8709c9d7513039d914314f7abc5..4b13f3a78311d6af929064213b347f14774c5fb8 100644
(file)
--- a/
src/testclient/main.cpp
+++ b/
src/testclient/main.cpp
@@
-1080,7
+1080,7
@@
int main (int argc, char *argv[])
if (!parser->Open(g_strPort.c_str()))
{
CStdString strLog;
- strLog.Format("unable to open the device on port %s");
+ strLog.Format("unable to open the device on port %s"
, g_strPort.c_str()
);
PrintToStdOut(strLog);
UnloadLibCec(parser);
return 1;