summaryrefslogtreecommitdiff
path: root/frontends/beos/window.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-09-07 18:12:09 +0100
committerVincent Sanders <vince@kyllikki.org>2017-09-07 18:12:09 +0100
commit5d6f189d8bb723201d44a0d4f35d93ffb6a00a54 (patch)
treeacacd88fcf6f0e97db4b5392457c7d137bd05359 /frontends/beos/window.cpp
parent2b0a5ef2e732ed484096b558116d28ac7abbef0a (diff)
downloadnetsurf-5d6f189d8bb723201d44a0d4f35d93ffb6a00a54.tar.gz
netsurf-5d6f189d8bb723201d44a0d4f35d93ffb6a00a54.tar.bz2
Fixup everything the semantic patch missed
Diffstat (limited to 'frontends/beos/window.cpp')
-rw-r--r--frontends/beos/window.cpp2
1 files changed, 1 insertions, 1 deletions
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