Skip to content

Commit

Permalink
lib/mmapped: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Ondráček committed Nov 4, 2024
1 parent 19c4c0b commit 0630f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mmapped.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int mmapped_init(struct mmapped *mmapped, const char *mmap_file, size_t size, vo


fail_header_mismatch:
kr_log_crit(SYSTEM, "Another instance of kresd uses file %s with different configuration.", mmap_file);
kr_log_crit(SYSTEM, "Another instance of kresd uses file %s with different configuration.\n", mmap_file);
errno = ENOTRECOVERABLE;

fail_errno:
Expand Down

0 comments on commit 0630f22

Please sign in to comment.