1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

shmem: show reason for failing

This commit is contained in:
Steffen Vogel 2018-05-07 15:54:44 +02:00
parent 2d923ca017
commit bc110a9c24

View file

@ -96,7 +96,7 @@ int shmem_open(struct node *n)
ret = shmem_int_open(shm->out_name, shm->in_name, &shm->intf, &shm->conf);
if (ret < 0)
serror("Opening shared memory interface failed");
serror("Opening shared memory interface failed (%d)", ret);
return 0;
}