diff --git a/debian/changelog b/debian/changelog
index 9ebf6cb..3ccffb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logswan (2.1.12+git20220226.1.22829ca-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 15 Mar 2022 12:07:42 -0000
+
 logswan (2.1.12-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/src/logswan.c b/src/logswan.c
index 2ce1eb3..84e4e45 100644
--- a/src/logswan.c
+++ b/src/logswan.c
@@ -4,7 +4,7 @@
  * https://www.logswan.org
  *
  * Created:      2015-05-31
- * Last Updated: 2021-11-16
+ * Last Updated: 2022-02-26
  *
  * Logswan is released under the BSD 2-Clause license.
  * See LICENSE file for details.
@@ -46,11 +46,11 @@
 static void
 usage()
 {
-	printf("logswan [-ghv] [-d db] logfile\n\n" \
-	    "The options are as follows:\n\n" \
-	    "	-d db	Specify path to a GeoIP database.\n" \
-	    "	-g	Enable GeoIP lookups.\n" \
-	    "	-h	Display usage.\n" \
+	printf("logswan [-ghv] [-d db] logfile\n\n"
+	    "The options are as follows:\n\n"
+	    "	-d db	Specify path to a GeoIP database.\n"
+	    "	-g	Enable GeoIP lookups.\n"
+	    "	-h	Display usage.\n"
 	    "	-v	Display version.\n");
 }