pstore: Fix format string to use %u for record id

The format string for record->id (u64) was using %lld instead of %llu.

Signed-off-by: Kees Cook <keescook@chromium.org>
1 file changed