Commit 889c09fe authored by Philip Quinn's avatar Philip Quinn

Fix typo in KJ_DLOG macro.

parent b5f8d487
...@@ -258,7 +258,7 @@ namespace kj { ...@@ -258,7 +258,7 @@ namespace kj {
// That is, if the assert ever fails, it indicates that the immediate surrounding code is broken. // That is, if the assert ever fails, it indicates that the immediate surrounding code is broken.
#ifdef KJ_DEBUG #ifdef KJ_DEBUG
#define KJ_DLOG LOG #define KJ_DLOG KJ_LOG
#define KJ_DASSERT KJ_ASSERT #define KJ_DASSERT KJ_ASSERT
#define KJ_DREQUIRE KJ_REQUIRE #define KJ_DREQUIRE KJ_REQUIRE
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment