aboutsummaryrefslogtreecommitdiffstats
path: root/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/log.h b/lib/log.h
index 7a6528d..708631f 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -38,7 +38,7 @@ class logbuf : public streambuf {
logbuf(int level);
/**
- * @internal Called by the associated
+ * Called by the associated
* ostream to write a character.
* Stores the character in a buffer
* and calls syslog(level, buffer)
@@ -56,7 +56,7 @@ class logbuf : public streambuf {
/**
* Current length of buffer.
*/
- int len;
+ unsigned int len;
/**
* The log level to use with syslog.