]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: move dot to end of sentence
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Jun 2018 06:41:29 +0000 (08:41 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Jun 2018 07:14:48 +0000 (16:14 +0900)
Noticed in #9285.

src/resolve/resolved-dns-transaction.c

index ecebf59dd307b19cb3cccf85fbdd5c76db7f9356..385bb4fe2ea907ce21db99abf98932eb1ba5d1db 100644 (file)
@@ -942,7 +942,8 @@ void dns_transaction_process_reply(DnsTransaction *t, DnsPacket *p) {
          * should hence not attempt to access the query or transaction
          * after calling this function. */
 
-        log_debug("Processing incoming packet on transaction %" PRIu16". (rcode=%s)", t->id, dns_rcode_to_string(DNS_PACKET_RCODE(p)));
+        log_debug("Processing incoming packet on transaction %" PRIu16" (rcode=%s).",
+                  t->id, dns_rcode_to_string(DNS_PACKET_RCODE(p)));
 
         switch (t->scope->protocol) {