mirror of https://github.com/BOINC/boinc.git
- client: notice tweak
svn path=/trunk/boinc/; revision=21790
This commit is contained in:
parent
1624a2a2f7
commit
0610339065
|
@ -320,7 +320,7 @@ bool NOTICES::append(NOTICE& n, bool keep_old) {
|
||||||
if (log_flags.notice_debug) {
|
if (log_flags.notice_debug) {
|
||||||
msg_printf(0, MSG_INFO,
|
msg_printf(0, MSG_INFO,
|
||||||
"[notice] appending notice %d: %s",
|
"[notice] appending notice %d: %s",
|
||||||
n.seqno, n.title
|
n.seqno, strlen(n.title)?n.title:n.description.c_str()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
notices.push_front(n);
|
notices.push_front(n);
|
||||||
|
|
Loading…
Reference in New Issue