Skip to content

Commit

Permalink
Log when tunnel log file cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
vinocher committed Oct 20, 2023
1 parent dfa3bd5 commit 2550bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platforms/windows/windowscommons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ QString WindowsCommons::getTunnelLogFilePath() {
}
}

logger.debug() << "Failed to find WireGuard Tunnel log file";
return QString();
}

Expand Down

0 comments on commit 2550bdb

Please sign in to comment.