diff options
-rw-r--r-- | ax25ipd/bpqether.c | 3 |
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; } |