summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index f6cc6e8..cc3d2bb 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1117,7 +1117,7 @@ int main(int argc, char** argv)
clientMessage(e.xclient);
break;
default:
- //cout << "Unhandled event, code: " << evNames[e.type] << "!\n";
+ // cout << "Unhandled event: " << getEventName(e.type) << endl;
break;
}
}