From 58ebb1ccf8d546da02ce0533d000b35ee7b70193 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Tue, 4 Aug 2009 01:23:07 +0000 Subject: Fix argument order -- I guess this macro is unused... --- src/google/protobuf/stubs/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/stubs/common.h') diff --git a/src/google/protobuf/stubs/common.h b/src/google/protobuf/stubs/common.h index 069f33e2..240c804d 100644 --- a/src/google/protobuf/stubs/common.h +++ b/src/google/protobuf/stubs/common.h @@ -659,7 +659,7 @@ class LIBPROTOBUF_EXPORT LogFinisher { #ifdef NDEBUG -#define GOOGLE_DLOG GOOGLE_LOG_IF(false, INFO) +#define GOOGLE_DLOG GOOGLE_LOG_IF(INFO, false) #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION) #define GOOGLE_DCHECK_EQ(A, B) GOOGLE_DCHECK((A) == (B)) -- cgit v1.2.3