mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1846
This commit is contained in:
parent
7e59294ede
commit
952de2d4b1
|
@ -561,6 +561,7 @@ int SCHEDULER_REPLY::parse(FILE* in, PROJECT* project) {
|
|||
&global_prefs_xml
|
||||
);
|
||||
if (retval) return ERR_XML_PARSE;
|
||||
msg_printf(project, MSG_INFO, "Global preferences have been updated\n");
|
||||
} else if (match_tag(buf, "<project_preferences>")) {
|
||||
retval = dup_element_contents(
|
||||
in,
|
||||
|
@ -568,6 +569,7 @@ int SCHEDULER_REPLY::parse(FILE* in, PROJECT* project) {
|
|||
&project_prefs_xml
|
||||
);
|
||||
if (retval) return ERR_XML_PARSE;
|
||||
msg_printf(project, MSG_INFO, "Project preferences have been updated\n");
|
||||
} else if (match_tag(buf, "<code_sign_key>")) {
|
||||
retval = dup_element_contents(
|
||||
in,
|
||||
|
|
Loading…
Reference in New Issue