Changeset 839 for branches/prototype-v0/zoo-project/zoo-services
- Timestamp:
- Aug 7, 2017, 2:56:24 PM (7 years ago)
- Location:
- branches/prototype-v0/zoo-project/zoo-services/utils
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/prototype-v0/zoo-project/zoo-services/utils/status/service.c
r788 r839 85 85 */ 86 86 char *tmpStr=_getStatus(conf,tmpMap->value); 87 #ifdef DEBUG87 //#ifdef DEBUG 88 88 fprintf(stderr,"DEBUG: %s \n",tmpStr); 89 #endif89 //#endif 90 90 if(tmpStr!=NULL && strncmp(tmpStr,"-1",2)!=0){ 91 91 char *tmpStr1=strdup(tmpStr); … … 140 140 char message[10]; 141 141 sprintf(message,"Step %d",i); 142 fprintf (stderr, "RUN IN BACKGROUND MODE %s %d \n",__FILE__,__LINE__); 143 fflush(stderr); 142 144 updateStatus(conf,i,message); 143 145 #ifndef WIN32
Note: See TracChangeset
for help on using the changeset viewer.