summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/log/log.hh
diff options
context:
space:
mode:
authorschodet2005-02-09 14:04:00 +0000
committerschodet2005-02-09 14:04:00 +0000
commit8cfe3413142a349802cc7daf7261a1bfa1cd1f5e (patch)
tree2f0bad29f327e4f78f604968841dfb092c7bdae1 /2005/i/robert/src/log/log.hh
parent41f4942d3b5b280325a3aca6d78c79c33e84c240 (diff)
Fix: oublie d'affichage du message.
Diffstat (limited to '2005/i/robert/src/log/log.hh')
-rw-r--r--2005/i/robert/src/log/log.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/log/log.hh b/2005/i/robert/src/log/log.hh
index 026b1f0..055f00e 100644
--- a/2005/i/robert/src/log/log.hh
+++ b/2005/i/robert/src/log/log.hh
@@ -58,7 +58,7 @@ class Log
/// Récupère l'instance.
const char *getInstance (void) const { return instance_; }
/// Traduit le niveau de log.
- static void toString (Level level, std::string &s);
+ static std::string toString (Level level);
/// Traduit le niveau de log.
static Level toLevel (const std::string &level);
/// Traduit le masque de niveau de log.