From 5d6f189d8bb723201d44a0d4f35d93ffb6a00a54 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 7 Sep 2017 18:12:09 +0100 Subject: Fixup everything the semantic patch missed --- frontends/beos/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/beos/window.cpp') diff --git a/frontends/beos/window.cpp b/frontends/beos/window.cpp index c6e2aadfc..f4229207b 100644 --- a/frontends/beos/window.cpp +++ b/frontends/beos/window.cpp @@ -457,7 +457,7 @@ void nsbeos_dispatch_event(BMessage *message) return; } - //LOG("processing message"); + NSLOG(netsurf, DEEPDEBUG, "processing message"); switch (message->what) { case B_QUIT_REQUESTED: // from the BApplication -- cgit v1.2.3