- scheduler: msg tweak

svn path=/trunk/boinc/; revision=17584
This commit is contained in:
David Anderson 2009-03-10 21:34:49 +00:00
parent f39adfedb0
commit 76da7d8653
2 changed files with 8 additions and 0 deletions

View File

@ -2958,3 +2958,9 @@ Charlie 9 Mar 2009
BOINCBaseFrame.cpp
BOINCGUIApp.h
MainDocument.cpp
David 9 Mar 2009
- scheduler: msg tweak
sched/
sched_array.cpp

View File

@ -127,12 +127,14 @@ void scan_work_array() {
) {
if (app_not_selected(wu)) {
g_wreq->no_allowed_apps_available = true;
#if 0
if (config.debug_send) {
log_messages.printf(MSG_NORMAL,
"[send] [USER#%d] [WU#%d] user doesn't want work for app %s\n",
g_reply->user.id, wu.id, app->name
);
}
#endif
continue;
}
}