log the information from sched_reply
The client already logs a message when it sends a sched_request message to the server -- and this log message shows how much work the client asked for from the project.
There should be a corresponding message logged when a sched_reply message is received from the server which assigns new work to the target system. In particular, the client ought to perform the same calculation that is done for the "To completion" column of the 'Tasks' panel in boincmgr, and should sum the times of the new workunits. Then the user would be informed (via this new logging message) how much work the project assigned to his system as a result of the sched_request to which the server was responding.
Change History (8)
Component: |
Client - Work Fetch Policy →
Client - Daemon
|
Keywords: |
workfetch log added
|
Priority: |
Trivial →
Minor
|
Keywords: |
messages added; log removed
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
Addition: This message could be shown only when [sched_debug] is enabled, if you think it could confuse some users. Also, I consider this wouldn't be too hard to add, so I'll bump up the priority to Minor.