aboutsummaryrefslogtreecommitdiff
path: root/brep/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/module.cxx')
-rw-r--r--brep/module.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/module.cxx b/brep/module.cxx
index fb33e1e..3420aa0 100644
--- a/brep/module.cxx
+++ b/brep/module.cxx
@@ -30,7 +30,7 @@ namespace brep
{
// @@ Both log and return as 505.
//
- write (move (e.data));
+ log_write (move (e.data));
}
catch (const exception& e)
{
@@ -47,7 +47,7 @@ namespace brep
}
module::
- module (): log_writer_ (bind (&module::write, this, _1)) {}
+ module (): log_writer_ (bind (&module::log_write, this, _1)) {}
void module::
log_write (diag_data&& d) const