mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
more meaningful error message
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@246 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
8f976e192c
commit
8f83e297e0
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue