Adaptation to changed 'String' constructor
This commit is contained in:
@@ -58,7 +58,7 @@ class Log_tee::Session_component : public Rpc_object<Log_session>
|
||||
size_t n = _log.write(msg);
|
||||
|
||||
/* write to our own log session */
|
||||
log((char const *)_prefix, msg.string());
|
||||
log(Cstring(_prefix), msg.string());
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user