aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwatchdog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwatchdog.cpp')
-rw-r--r--linden/indra/newview/llwatchdog.cpp3
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