Formatting keys in log output

This commit is contained in:
Nav
2025-02-02 14:54:17 +00:00
parent f3cd55e53f
commit b06e8cc9ad
17 changed files with 140 additions and 151 deletions

View File

@@ -397,8 +397,8 @@ void InsightWindow::selectDefaultVariant() {
} else {
Logger::error(
"Invalid target variant key \"" + *(this->insightConfig.defaultVariantKey)
+ "\" - no such variant with the given key was found"
"Invalid target variant key `" + *(this->insightConfig.defaultVariantKey)
+ "` - no such variant with the given key was found"
);
}
}