Commit Graph

5 Commits

Author SHA1 Message Date
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
David Anderson 13a5b9bf3e change multiple-inclusion guard names to BOINC_FILENAME_H 2017-04-07 23:54:49 -07:00
David Anderson 0b09759ee9 Fix build break with gcc 6; from Nicolas and Gianfranco 2016-01-21 18:21:50 -08: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