We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca235d commit 24f5ab2Copy full SHA for 24f5ab2
virtualdesktop-openxr/accessibility.cpp
@@ -152,7 +152,7 @@ namespace {
152
ParseConfiguration(appByName);
153
}
154
} catch (std::runtime_error& exc) {
155
- Log("Error parsing configuration file %ws: %s", configPath.c_str(), exc.what());
+ Log("Error parsing configuration file %ws: %s\n", configPath.c_str(), exc.what());
156
throw;
157
158
cJSON_Delete(json);
0 commit comments