From: Chris B. <buc...@us...> - 2012-03-30 17:13:11
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via df603ba875c0b85ddb5d0272518c4b0e4eda4d28 (commit) from b583010f97004995ee5d7779df36b741c04e494b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit df603ba875c0b85ddb5d0272518c4b0e4eda4d28 Author: buccella <buc...@li...> Date: Fri Mar 30 13:12:56 2012 -0400 removed some debug ----------------------------------------------------------------------- Summary of changes: diff --git a/interopProvider.c b/interopProvider.c index 8f44a21..be285ca 100644 --- a/interopProvider.c +++ b/interopProvider.c @@ -1362,7 +1362,6 @@ InteropProviderMethodCleanup(CMPIMethodMI * mi, void * sendIndForDelivery(void *di) { _SFCB_ENTER(TRACE_INDPROVIDER, "sendIndForDelivery"); - fprintf(stderr, "thread started %p\n", (void*)pthread_self()); DeliveryInfo* delInfo; delInfo = (DeliveryInfo*)di; @@ -1373,7 +1372,6 @@ void * sendIndForDelivery(void *di) { CMRelease(delInfo->hin); free(di); sem_post(&availThreadsSem); - fprintf(stderr, "thread exiting %p\n", (void*)pthread_self()); pthread_exit(NULL); } hooks/post-receive -- SFCB - Small Footprint CIM Broker |