mirror of https://github.com/BOINC/boinc.git
- client: fix typo that prevented the correct link to be used for going
to the log flag configuration wiki page. client/ log_flags.cpp svn path=/trunk/boinc/; revision=22075
This commit is contained in:
parent
1c2c15588a
commit
9c37b4a844
|
@ -5618,3 +5618,10 @@ Rom 26 Jul 2010
|
|||
/
|
||||
configure.ac
|
||||
version.h
|
||||
|
||||
Rom 28 Jul 2010
|
||||
- client: fix typo that prevented the correct link to be used for going
|
||||
to the log flag configuration wiki page.
|
||||
|
||||
client/
|
||||
log_flags.cpp
|
||||
|
|
|
@ -108,7 +108,7 @@ int LOG_FLAGS::parse(XML_PARSER& xp) {
|
|||
if (xp.parse_bool(tag, "notice_debug", notice_debug)) continue;
|
||||
|
||||
msg_printf_link(NULL, MSG_USER_ALERT,
|
||||
"http://boinc.berkeley.edu/manager_links.php?target=notice&control_id=log_flags",
|
||||
"http://boinc.berkeley.edu/manager_links.php?target=notice&controlid=log_flags",
|
||||
"%s %s: <%s>",
|
||||
_("Unrecognized tag in"),
|
||||
CONFIG_FILE,
|
||||
|
|
Loading…
Reference in New Issue