aboutsummaryrefslogtreecommitdiff
path: root/src/progman.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-01-10 22:51:41 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-01-10 22:51:41 +0200
commit2040ea870ae411472a73d0bee49fb7c4a774ad93 (patch)
treec08728998ffc749c5f830096a614fe7a509b68d4 /src/progman.c
parent31b05ff79914a6903bda172af9580afc394e9271 (diff)
downloadpies-2040ea870ae411472a73d0bee49fb7c4a774ad93.tar.gz
pies-2040ea870ae411472a73d0bee49fb7c4a774ad93.tar.bz2
Minor changes in message wording
Diffstat (limited to 'src/progman.c')
-rw-r--r--src/progman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progman.c b/src/progman.c
index 81b97ff..0079149 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -560,13 +560,13 @@ conn_class_lookup (const char *tag,
break;
case AF_UNIX:
break;
default:
- logmsg (LOG_ERR, _("unexpected socket family: %d"),
+ logmsg (LOG_ERR, _("unexpected address family: %d"),
probe->sa_storage.s.sa_family);
break;
}
probe->count = 0;
if (!conn_tab)

Return to:

Send suggestions and report system problems to the System administrator.