summaryrefslogtreecommitdiff
path: root/impl/main.cpp
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 17:56:43 +1000
committerCarlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au>2012-08-07 17:56:43 +1000
commit59fb7d23578c4da14f9c14cc413090b1af13328c (patch)
tree42d187c4b182a025578377f77d1c5e369751b5b3 /impl/main.cpp
parentc26f38114fedde81effb938ffbedfe922d77a322 (diff)
Merge complete! Get onto the right branch.
Diffstat (limited to 'impl/main.cpp')
-rw-r--r--impl/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/impl/main.cpp b/impl/main.cpp
index 6a786bd..e5ca37f 100644
--- a/impl/main.cpp
+++ b/impl/main.cpp
@@ -101,6 +101,7 @@ int main (int argc, char* argv[]) {
loggers["strategy"] = &log::strategy;
loggers["fixpoint"] = &log::fixpoint;
loggers["debug"] = &log::debug;
+ loggers["operators"] = &log::operators;
set<string> variables;
if (argc > 2) {