- client: notice tweak

svn path=/trunk/boinc/; revision=21790
This commit is contained in:
David Anderson 2010-06-22 19:25:46 +00:00
parent 1624a2a2f7
commit 0610339065
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ bool NOTICES::append(NOTICE& n, bool keep_old) {
if (log_flags.notice_debug) {
msg_printf(0, MSG_INFO,
"[notice] appending notice %d: %s",
n.seqno, n.title
n.seqno, strlen(n.title)?n.title:n.description.c_str()
);
}
notices.push_front(n);