aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-16 17:01:30 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-18 10:22:57 -0600
commitda3549ed1fb20e3455b450df6f3cd9cff1b037fd (patch)
treee9326ac39279ab6515f05a72fb6d6591e84b9285
parenta690e413a509e7e2e5d0a44b4888d4d8bfb45d10 (diff)
downloadusermoji-da3549ed1fb20e3455b450df6f3cd9cff1b037fd.tar.xz
layers: Add linefeed after log message
-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