diff options
author | Jacek Antonelli | 2008-12-12 23:24:52 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-12 23:25:00 -0600 |
commit | d1345838c6e36c35dbe3a6b683eb8ffe274b024a (patch) | |
tree | 5e727fcabbd5cf0337c11192bfe4db6191c7b044 /linden/indra/newview/llwatchdog.cpp | |
parent | Second Life viewer sources 1.22.2-RC (diff) | |
download | meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.zip meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.gz meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.bz2 meta-impy-d1345838c6e36c35dbe3a6b683eb8ffe274b024a.tar.xz |
Second Life viewer sources 1.22.3-RC
Diffstat (limited to 'linden/indra/newview/llwatchdog.cpp')
-rw-r--r-- | linden/indra/newview/llwatchdog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llwatchdog.cpp b/linden/indra/newview/llwatchdog.cpp index 55975ee..e37bbd8 100644 --- a/linden/indra/newview/llwatchdog.cpp +++ b/linden/indra/newview/llwatchdog.cpp | |||
@@ -239,7 +239,8 @@ void LLWatchdog::run() | |||
239 | 239 | ||
240 | llinfos << "Watchdog detected error:" << llendl; | 240 | llinfos << "Watchdog detected error:" << llendl; |
241 | #ifdef LL_WINDOWS | 241 | #ifdef LL_WINDOWS |
242 | RaiseException(0,0,0,0); | 242 | llerrs << "Windows Watchdog killer event" << llendl; |
243 | // RaiseException(0,0,0,0); | ||
243 | #else | 244 | #else |
244 | raise(SIGQUIT); | 245 | raise(SIGQUIT); |
245 | #endif | 246 | #endif |