summaryrefslogtreecommitdiff
path: root/src/resolve
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-19 08:41:29 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-06-19 16:14:48 +0900
commit11833205941b57cd4317717b8c6927221b0c28b2 (patch)
treeae7daad2ae4be938d7c1d501de058357010a4bdd /src/resolve
parentf8fde9abb56266ffa0e78653ba258c9347e6c71e (diff)
downloadsystemd-11833205941b57cd4317717b8c6927221b0c28b2.tar.gz
resolved: move dot to end of sentence
Noticed in #9285.
Diffstat (limited to 'src/resolve')
-rw-r--r--src/resolve/resolved-dns-transaction.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c
index ecebf59dd3..385bb4fe2e 100644
--- a/src/resolve/resolved-dns-transaction.c
+++ b/src/resolve/resolved-dns-transaction.c
@@ -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) {