r600g: Rearrange print order of outputs of R600_ERR.
authorVinson Lee <vlee@vmware.com>
Fri, 24 Dec 2010 01:25:32 +0000 (17:25 -0800)
committerVinson Lee <vlee@vmware.com>
Fri, 24 Dec 2010 01:26:36 +0000 (17:26 -0800)
src/gallium/drivers/r600/r600.h

index 85e296650530a1db8db0f3693913f9b97ff40f8c..578ac40ba983951ec1d5d1efe14f3ef9a01b5b94 100644 (file)
@@ -35,7 +35,7 @@
 #define RADEON_CTX_MAX_PM4     (64 * 1024 / 4)
 
 #define R600_ERR(fmt, args...) \
-       fprintf(stderr, "EE %s/%s:%d - "fmt, __FILE__, __func__, __LINE__, ##args)
+       fprintf(stderr, "EE %s:%d %s - "fmt, __FILE__, __LINE__, __func__, ##args)
 
 typedef uint64_t               u64;
 typedef uint32_t               u32;