]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/mmapped: fix typo docs-develop-rrl-8r8r8r/deployments/5489
authorLukáš Ondráček <lukas.ondracek@nic.cz>
Mon, 4 Nov 2024 16:19:12 +0000 (17:19 +0100)
committerLukáš Ondráček <lukas.ondracek@nic.cz>
Mon, 4 Nov 2024 16:19:12 +0000 (17:19 +0100)
lib/mmapped.c

index f37748b78c2b4b8c17e003167dcaa3ec1d18c595..fa079ad26ded08a5df35df64c13563407511b57c 100644 (file)
@@ -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: