summaryrefslogtreecommitdiffstats
path: root/ax25ipd
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-05-28 09:16:16 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-28 09:18:17 +0200
commitb43a3ac6c95c35226e13ea5c8c8886c6d68a23de (patch)
tree68c6b1e8627d3ae5e1fb1953b2ff34700b416c33 /ax25ipd
parentbd507c7b9204167ab4813f3d0611e6a4373fd7f8 (diff)
ax25ipd: Fix grammar of bpether log message.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd')
-rw-r--r--ax25ipd/bpqether.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ax25ipd/bpqether.c b/ax25ipd/bpqether.c
index b3d7cbe..e1a0d25 100644
--- a/ax25ipd/bpqether.c
+++ b/ax25ipd/bpqether.c
@@ -301,7 +301,8 @@ int set_bpq_dev_call_and_up(char *ifname)
}
fclose(fp);
if (!*bpq_name) {
- LOGL2("Did not found bpqether device for %s in /proc/net/bpqether: %s", ifr.ifr_name, strerror(errno));
+ LOGL2("Could not find bpqether device for %s in "
+ "/proc/net/bpqether: %s", ifr.ifr_name, strerror(errno));
return -1;
}