Commit 2b8cde72 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #379 from pqu/fix-dlog

Fix typo in KJ_DLOG macro.
parents b5f8d487 889c09fe
...@@ -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