From c60b152e1871433ee859160ebe589131638fcbb3 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 11 Sep 2003 17:36:37 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2324 --- client/prefs.C | 20 ++++++++++---------- client/scheduler_op.C | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/client/prefs.C b/client/prefs.C index 105e1f6f8d..8c1bf5f9ec 100644 --- a/client/prefs.C +++ b/client/prefs.C @@ -2,18 +2,18 @@ // Version 1.0 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://boinc.berkeley.edu/license_1.0.txt -// +// // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations -// under the License. -// -// The Original Code is the Berkeley Open Infrastructure for Network Computing. -// +// under the License. +// +// The Original Code is the Berkeley Open Infrastructure for Network Computing. +// // The Initial Developer of the Original Code is the SETI@home project. // Portions created by the SETI@home project are Copyright (C) 2002 -// University of California at Berkeley. All Rights Reserved. -// +// University of California at Berkeley. All Rights Reserved. +// // Contributor(s): // @@ -173,12 +173,12 @@ int GLOBAL_PREFS::parse(FILE* in, char* host_venue) { } if (strlen(host_venue)) { if (found_venue) { - msg_printf(NULL, MSG_INFO, "Using general preferences for %s\n", host_venue); + msg_printf(NULL, MSG_INFO, "General preferences: using preferences for venue %s\n", host_venue); } else { - msg_printf(NULL, MSG_INFO, "Can't find general preferences for %s; using default preferences\n", host_venue); + msg_printf(NULL, MSG_INFO, "General preferences: can't find preferences for %s; using your default preferences\n", host_venue); } } else { - msg_printf(NULL, MSG_INFO, "No host venue given; using default general preferences\n"); + msg_printf(NULL, MSG_INFO, "General preferences: no venue given; using your default general preferences\n"); } return 0; } diff --git a/client/scheduler_op.C b/client/scheduler_op.C index 2e602d767d..56cdff9532 100644 --- a/client/scheduler_op.C +++ b/client/scheduler_op.C @@ -582,7 +582,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"); + msg_printf(project, MSG_INFO, "General preferences have been updated\n"); } else if (match_tag(buf, "")) { retval = dup_element_contents( in,