mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 14:16:36 +02:00
Log failed routes
This commit is contained in:
parent
7c6c75c484
commit
062760ff3b
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ Mapping::Pointer UserInputMapper::parseMapping(const QJsonValue& json) {
|
|||
Route::Pointer route = parseRoute(channelIt);
|
||||
|
||||
if (!route) {
|
||||
qWarning() << "Couldn't parse route";
|
||||
qWarning() << "Couldn't parse route:" << mapping->name << channelIt;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue