summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-23 17:25:32 -0800
committerVinson Lee <vlee@vmware.com>2010-12-23 17:26:36 -0800
commit1039f36c47bf8c5db93b1d39c912c86fc3b1eb2f (patch)
tree158f51f012d8b00128a505f4d21dbf03b379fc9b /src/gallium/drivers/r600/r600.h
parent38eff56f7eb6c64b153d612ea6ae31bd78149a41 (diff)
r600g: Rearrange print order of outputs of R600_ERR.
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index 85e2966505..578ac40ba9 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -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;