aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layers/layer_logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/layer_logging.h b/layers/layer_logging.h
index 4b1fbcca..9370abd5 100644
--- a/layers/layer_logging.h
+++ b/layers/layer_logging.h
@@ -255,7 +255,7 @@ static inline void VKAPI log_callback(
print_msg_flags(msgFlags, msg_flags);
- fprintf((FILE *) pUserData, "%s(%s): object: 0x%p type: %d location: %zu msgCode: %d: %s",
+ fprintf((FILE *) pUserData, "%s(%s): object: 0x%p type: %d location: %zu msgCode: %d: %s\n",
pLayerPrefix, msg_flags, srcObject, objType, location, msgCode, pMsg);
}
#endif // LAYER_LOGGING_H