Skip to content

Commit 24f5ab2

Browse files
committed
Fix log message.
1 parent fca235d commit 24f5ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualdesktop-openxr/accessibility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ namespace {
152152
ParseConfiguration(appByName);
153153
}
154154
} catch (std::runtime_error& exc) {
155-
Log("Error parsing configuration file %ws: %s", configPath.c_str(), exc.what());
155+
Log("Error parsing configuration file %ws: %s\n", configPath.c_str(), exc.what());
156156
throw;
157157
}
158158
cJSON_Delete(json);

0 commit comments

Comments
 (0)