]> git.ipfire.org Git - thirdparty/util-linux.git/commit
liblastlog2: fix error message in write_entry
authorWanBingjiang <wanbingjiang@webray.com.cn>
Mon, 30 Mar 2026 06:32:44 +0000 (14:32 +0800)
committerWanBingjiang <wanbingjiang@webray.com.cn>
Mon, 30 Mar 2026 06:32:49 +0000 (14:32 +0800)
commit42e462dfe34037b63d20c38cb4e01d047f82683a
tree627603618f49e01b1d86401f516a6659fe452079
parent4d0998c120528ba5612d74f53b43f322ce4dcbe0
liblastlog2: fix error message in write_entry

Replace misleading "Delete statement failed" with "Failed to write
entry" since write_entry uses REPLACE INTO for both insert and update.

Signed-off-by: WanBingjiang <wanbingjiang@webray.com.cn>
liblastlog2/src/lastlog2.c