We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0990089 commit fcf7e2eCopy full SHA for fcf7e2e
src/pep.c
@@ -1265,12 +1265,13 @@ int main(int argc, char *argv[])
1265
init_pep_threads();
1266
create_threads_pool(PEPPOOL_THREADS);
1267
1268
- pep_warning("Pepsal started...");
+ PEP_DEBUG("Pepsal started...");
1269
+ fprintf(stderr, "pepsal started...\n");
1270
pthread_join(listener, &valptr);
1271
pthread_join(poller, &valptr);
1272
pthread_join(timer_sch, &valptr);
1273
PEP_DEBUG("exiting...\n");
1274
closelog();
- pep_warning("Pepsal stopped...");
1275
+ fprintf(stderr, "pepsal stopped...\n");
1276
return 0;
1277
}
0 commit comments