minimized prefixed on stroke logger output

This commit is contained in:
Andreas Steffen
2006-05-31 05:50:04 +00:00
parent 90ed2e8278
commit 6848dac603
2 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ static void stroke_receive(private_stroke_t *this)
}
/* setup a logger which writes status to the unix socket */
this->stroke_logger = logger_create("-", CONTROL|ERROR, FALSE, strokefile);
this->stroke_logger = logger_create("", CONTROL|ERROR, FALSE, strokefile);
this->logger->log_bytes(this->logger, RAW, "stroke message", (void*)msg, msg_length);