cleaned up thread names

This commit is contained in:
Jeff Hill
2000-06-08 17:59:30 +00:00
parent fc5e479d97
commit 314671f6e9
5 changed files with 8 additions and 8 deletions

View File

@@ -132,7 +132,7 @@ dbEventSubscription dbServiceIO::subscribe ( struct dbAddr &addr, dbSubscription
this->mutex.unlock ();
return 0;
}
status = db_start_events ( this->ctx, "CAC event",
status = db_start_events ( this->ctx, "CAC-event",
cacAttachClientCtx, clientCtx, slightlyHigherPriority );
if ( status ) {
db_close_events (this->ctx);