From da3549ed1fb20e3455b450df6f3cd9cff1b037fd Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 16 Jun 2015 17:01:30 -0600 Subject: layers: Add linefeed after log message --- layers/layer_logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3