[Beignet] [PATCH] add a space to make the error more readable
Lu Guanqun
guanqun.lu at intel.com
Tue Aug 27 19:16:57 PDT 2013
Signed-off-by: Lu Guanqun <guanqun.lu at intel.com>
---
utests/utest_helper.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utests/utest_helper.hpp b/utests/utest_helper.hpp
index e7f43fc..4a6071d 100644
--- a/utests/utest_helper.hpp
+++ b/utests/utest_helper.hpp
@@ -50,7 +50,7 @@ extern EGLSurface eglSurface;
#define OCL_THROW_ERROR(FN, STATUS) \
do { \
char msg[2048]; \
- sprintf(msg, "error calling %s with error%s \n", #FN, err_msg[-STATUS]); \
+ sprintf(msg, "error calling %s with error %s \n", #FN, err_msg[-STATUS]); \
OCL_ASSERTM(false, msg); \
} while (0)
More information about the Beignet
mailing list