aboutsummaryrefslogtreecommitdiff
path: root/brep/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/module.cxx')
-rw-r--r--brep/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/module.cxx b/brep/module.cxx
index 253d807..d3ffcb4 100644
--- a/brep/module.cxx
+++ b/brep/module.cxx
@@ -207,7 +207,7 @@ namespace brep
name_value_scanner s (mo);
options::module o (s, unknown_mode::fail, unknown_mode::fail);
- verb_ = o.log_verbosity ();
+ verb_ = o.verbosity ();
loaded_ = true;
}
catch (const server_error& e)