From 1ad35342dfe2f92bc1deb734de504177596fc8d6 Mon Sep 17 00:00:00 2001 From: Justin Dickow Date: Mon, 27 Oct 2014 16:59:35 -0400 Subject: 3.10.1 Signed-off-by: Justin Dickow --- src/components/include/utils/macro.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/include/utils/macro.h') diff --git a/src/components/include/utils/macro.h b/src/components/include/utils/macro.h index bc3b3e71c9..bf34b199b5 100644 --- a/src/components/include/utils/macro.h +++ b/src/components/include/utils/macro.h @@ -57,8 +57,7 @@ #define DCHECK(condition) \ if (!(condition)) { \ printf("\nDCHECK [%s:%d][%s]", __FILE__, __LINE__, __FUNCTION__); \ - printf("[Check failed: " #condition); \ - printf("]\n\n"); \ + printf("[Check failed: " #condition "]\n\n"); \ assert(false); \ } -- cgit v1.2.1