*** empty log message ***

svn path=/trunk/boinc/; revision=2508
This commit is contained in:
Karl Chen 2003-10-19 03:53:05 +00:00
parent 47752431df
commit 379224bb2f
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ void send_code_sign_key(
if (retval) {
strcpy(reply.message,
"Can't update code signing key. "
"Please report this to project."
"Please report this to the project administrators."
);
} else {
safe_strcpy(reply.code_sign_key, code_sign_key);