util/log: remove assert for pid range
Compare changes
+ 0
− 1
@@ -108,7 +108,6 @@ log_tag_v(const char *tag, pid_t pid, const char *format, va_list va)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This breaks crucible when running on some systems where /proc/sys/kernel/pid_max is > UINT16_MAX (this seems to be the case on at least one system out of the box with Debian testing). Occasionally a pid is assigned outside the range in the assert, causing the test suite to fail.