From 8f83e297e078edb28f8b1cd9e8732f578c8e956b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 11 Sep 2014 14:40:54 +0000 Subject: [PATCH] more meaningful error message git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@246 8ec27952-4edc-4aab-86aa-e87bb2611832 --- server/src/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/path.c b/server/src/path.c index 0d0b338ed..45112895d 100644 --- a/server/src/path.c +++ b/server/src/path.c @@ -69,7 +69,7 @@ static void * path_run(void *arg) struct msg *m = malloc(sizeof(struct msg)); if (!m) - error("Failed to allocate memory!"); + error("Failed to allocate memory for message!"); /* Main thread loop */ while (1) {