]> git.ipfire.org Git - thirdparty/systemd.git/commit
Use correct error code in log message in output_waiting_jobs (#34404)
authorPavlNekrasov <95914807+PavlNekrasov@users.noreply.github.com>
Tue, 17 Sep 2024 10:17:21 +0000 (13:17 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 10:17:21 +0000 (19:17 +0900)
commitd80a9042cada88bc2ad2726de104292b2fd7ce57
tree3443c85b1f2d251bb89ccdbbba4fe6c9bf4f020f
parenta7afe5a3e7723080fa79b5bba9b015a2f7246570
Use correct error code in log message in output_waiting_jobs (#34404)

The error code `r` from the read function is being logged, but the error code `rc` from the table data insertion function should be logged instead.
src/systemctl/systemctl-list-jobs.c