diff options
author | callum <none@none> | 2009-12-09 14:56:48 -0800 |
---|---|---|
committer | callum <none@none> | 2009-12-09 14:56:48 -0800 |
commit | a97479f41bae05ff08b3598a9497be9be3ee371d (patch) | |
tree | 860b0e365bc24fb056030622bdb04574e6f46ba3 /indra/llcommon | |
parent | dc3cad90c1cd4490d8035832138579f9711f8549 (diff) | |
parent | 874f53230dbe40e599e8903fae87a60816508fd6 (diff) |
Merge with head
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lleventcoro.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/llcommon/lleventcoro.h b/indra/llcommon/lleventcoro.h index c6d9de171d..1981ae7482 100644 --- a/indra/llcommon/lleventcoro.h +++ b/indra/llcommon/lleventcoro.h @@ -203,9 +203,12 @@ LLSD postAndWait(SELF& self, const LLSD& event, const LLEventPumpOrPumpName& req // request event. LLSD modevent(event); LLEventDetail::storeToLLSDPath(modevent, replyPumpNamePath, replyPump.getPump().getName()); - LL_DEBUGS("lleventcoro") << "postAndWait(): coroutine " << listenerName + LL_DEBUGS("lleventcoro") << "postAndWait(): coroutine " << listenerName << " posting to " << requestPump.getPump().getName() - << ": " << modevent << LL_ENDL; + << LL_ENDL; + + // *NOTE:Mani - Removed because modevent could contain user's hashed passwd. + // << ": " << modevent << LL_ENDL; requestPump.getPump().post(modevent); } LL_DEBUGS("lleventcoro") << "postAndWait(): coroutine " << listenerName |