aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/util.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-02 20:20:16 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-02 20:20:16 +0200
commitf45ddcf8136fabc8a14c66250e3be540661b3634 (patch)
tree5701cb54f6b5f463575d4601a3560ec0fd305d83 /src/mds-registry/util.c
parentmisc (diff)
downloadmds-f45ddcf8136fabc8a14c66250e3be540661b3634.tar.gz
mds-f45ddcf8136fabc8a14c66250e3be540661b3634.tar.bz2
mds-f45ddcf8136fabc8a14c66250e3be540661b3634.tar.xz
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-registry/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-registry/util.c b/src/mds-registry/util.c
index 31df0e1..733aa07 100644
--- a/src/mds-registry/util.c
+++ b/src/mds-registry/util.c
@@ -102,7 +102,7 @@ int full_send(const char* message, size_t length)
}
else if ((sent < length) && (errno != EINTR))
{
- perror(*argv);
+ xperror(*argv);
return -1;
}
message += sent;