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:
parent
2d923ca017
commit
bc110a9c24
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue