summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/gpu/gpu_watchdog_thread.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/gpu/gpu_watchdog_thread.cc b/chrome/gpu/gpu_watchdog_thread.cc
index fb90ffe..889e017 100644
--- a/chrome/gpu/gpu_watchdog_thread.cc
+++ b/chrome/gpu/gpu_watchdog_thread.cc
@@ -217,8 +217,8 @@ void GpuWatchdogThread::OnExit() {
return;
#endif
- LOG(ERROR) << "The GPU process hung. Restarting after "
- << timeout_ << " seconds.";
+ LOG(ERROR) << "The GPU process hung. Terminating after "
+ << timeout_ << " ms.";
volatile int* null_pointer = NULL;
*null_pointer = timeout;