*** empty log message ***
This commit is contained in:
parent
661d4d6048
commit
d67ad3940e
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@
|
|||
#define SEM_FAILED ((sem_t *)0)
|
||||
#endif
|
||||
|
||||
#define NZG_ERROR(func,str) fprintf(stderr,"%s: %s\n%s in %s:%d\n",func,strerror(errno),str,__FILE__,__LINE__);
|
||||
#define NZG_ERROR(func,str) fprintf(stderr,"*** %s: %s***\n%s in %s:%d\n",func,strerror(errno),str,__FILE__,__LINE__);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue