Obsolete
/
libipc-old
Archived
3
0
Fork 0

no modification

more_to_read
lapupe 2016-10-02 14:32:11 +02:00
parent 4f0f97abce
commit 716b8e3145
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ int file_write (const char *path, const char *buf, size_t msize)
// printf("file_write: path to open %s\n", path);
int fd = open (path, O_WRONLY);
if (fd <= 0) {
printf("file_write: fd < 0\n");
printf("file_write: fd < 0 path : %s\n", path);
perror ("file_write");
return ER_FILE_OPEN;
}