Commit Graph

6 Commits

Author SHA1 Message Date
Vitalii Koshura 1ce3793c76
Remove unused BOINC_RCSID constants
This fixes #2953

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2019-01-12 23:43:48 +02:00
David Anderson 12b802df98 scheduler: write log msgs to stderr; fixes bug introduced in #5edf74a 2017-06-14 22:31:10 -07:00
David Anderson a99cfd7244 sched message logging: add new level MSG_DETAIL 2017-06-06 15:53:11 -07:00
David Anderson 5edf74ac8b back end: write log messages to stdout rather than stderr.
Most of these are info rather than error messages,
and it's simpler to write them all to one place
2017-06-06 15:33:08 -07:00
Christian Beer a09576fbdc LIB: introduce new warning message level
This is to be used for non critical, non normal messages that don't break anything but need to be investigated by project admins.
Needed in the file_upload_handler to find hosts that reupload result files and investigate the reason.
2015-10-22 10:04:00 +02:00
David Anderson ea7edd75b3 Move sched_msgs.* from sched/ to lib/
Lets SCHED_MSG_LOG be used including only -lboinc, not -lsched.
This is a tactical move; SETI@home back-end code
uses SCHED_MSG_LOG and I need to make this work without -lsched,
which pulls in MySQL libraries which I don't want.
2015-09-08 11:28:06 -07:00