*** empty log message ***

This commit is contained in:
glenux 2004-02-23 16:51:20 +00:00 committed by Glenn Y. Rolland
parent 661d4d6048
commit d67ad3940e

View file

@ -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