summaryrefslogtreecommitdiffstats
path: root/app/logfile/logplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/logfile/logplay.cpp')
-rw-r--r--app/logfile/logplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/logfile/logplay.cpp b/app/logfile/logplay.cpp
index 53febea..ee1db7e 100644
--- a/app/logfile/logplay.cpp
+++ b/app/logfile/logplay.cpp
@@ -242,7 +242,7 @@ void LogPlayImpl::setCANProperty(int index, QString port, QString stime, QString
{
if(index > 0 && index < datas.size())
{
- playUtilsArg["-p"] = "vcan0="+port;
+ playUtilsArg["-p"] = "slcan0="+port;
playUtilsArg["-I"] = datas[index][pathRole].toString();
}
}