summaryrefslogtreecommitdiff
path: root/i/marvin/src/log/log.hh
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/log/log.hh')
-rw-r--r--i/marvin/src/log/log.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/log/log.hh b/i/marvin/src/log/log.hh
index b05d3a0..2713166 100644
--- a/i/marvin/src/log/log.hh
+++ b/i/marvin/src/log/log.hh
@@ -51,7 +51,7 @@ class Log
static std::ostream * ostLog_;
public:
/// Constructeur.
- Log (const char *module, Level level = info, const char *instance = 0);
+ Log (const char *module, const char *instance = 0);
/// Crée un nouveau LogMessage.
LogMessage operator() (const char *msg, Level level = info) const;
/// Récupère le module.