]> git.ipfire.org Git - thirdparty/systemd.git/commit
pstore: allow specifying src and dst dirs are arguments
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 4 Oct 2019 14:14:47 +0000 (16:14 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 4 Oct 2019 14:15:11 +0000 (16:15 +0200)
commite05a72d7587ff916a983588f8393af624d330dd0
tree1e737aac390a3f9b492827bd05917c5022c32c9c
parent402fecff19d42bb06caed1a3a32262c18087b7f1
pstore: allow specifying src and dst dirs are arguments

This makes it much easier to debug the program as a normal user, since we
don't need to set up fake input under /sys/fs/pstore/.

Also, let's make the debug output a bit nicer.
src/pstore/pstore.c