summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--netrom/netromt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/netrom/netromt.c b/netrom/netromt.c
index 064b7d3..54f2271 100644
--- a/netrom/netromt.c
+++ b/netrom/netromt.c
@@ -155,7 +155,7 @@ static void build_others(int s, int min_obs, struct full_sockaddr_ax25 *dest, in
if (ax25_aton_entry(callsign, message + len) == -1) {
if (logging)
- syslog(LOG_ERR, "netromt: invalid callsign '%s' in /proc/net/nr_nodes\n", callsign);
+ syslog(LOG_ERR, "netromt: invalid callsign '%s' in "PROC_NR_NODES_FILE"\n", callsign);
continue;
}
len += CALLSIGN_LEN;
@@ -166,7 +166,7 @@ static void build_others(int s, int min_obs, struct full_sockaddr_ax25 *dest, in
if (ax25_aton_entry(neighbour, message + len) == -1) {
if (logging)
- syslog(LOG_ERR, "netromt: invalid callsign '%s' in /proc/net/nr_neigh\n", neighbour);
+ syslog(LOG_ERR, "netromt: invalid callsign '%s' in "PROC_NR_NEIGH_FILE"\n", neighbour);
len -= (CALLSIGN_LEN + MNEMONIC_LEN);
continue;
}