logd: build breakage in git_master-nova @ 1151709
Change-Id: Ic7920d1b0930155c20a896720a79af62f8acacc1
This commit is contained in:
parent
ccae68e478
commit
6e2c0f7010
|
@ -103,7 +103,7 @@ bool LogListener::onDataAvailable(SocketClient *cli) {
|
|||
// truncated message to the logs.
|
||||
|
||||
logbuf->log(log_id, realtime, cred->uid, cred->pid, tid, msg,
|
||||
(n <= USHRT_MAX) ? (unsigned short) n : USHRT_MAX);
|
||||
((size_t) n <= USHRT_MAX) ? (unsigned short) n : USHRT_MAX);
|
||||
reader->notifyNewLog();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue