- 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:
Rom Walton 2010-07-28 17:22:58 +00:00
parent 1c2c15588a
commit 9c37b4a844
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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,