Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log: libcrmcommon: correctly raise detail log line length
7d1de98 intended to set the maximum log line length for the system log to 256 and the detail log to 800. However it used QB_LOG_SYSLOG for both, effectively setting the system log to 800 and letting the detail log default. Fix that.
- Loading branch information