Bug 1240985 - Fix variadic macro on Windows. r=bustage CLOSED TREE

This commit is contained in:
Andrew McCreight 2016-01-20 17:05:15 -08:00
parent 434a177236
commit 87198108b2

View File

@ -25,7 +25,7 @@
static LazyLogModule sLogModule("ipc");
#define IPC_LOG(args...) MOZ_LOG(sLogModule, LogLevel::Debug, (args))
#define IPC_LOG(...) MOZ_LOG(sLogModule, LogLevel::Debug, __VA_ARGS__)
/*
* IPC design: