From 34c21f5d43c2745ad100df49b9a3f893682f21c6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 17 Sep 2010 00:28:38 -0400 Subject: [PATCH] Documentation - Cleaned up ugly message. --- src/Hooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Hooks.cpp b/src/Hooks.cpp index 95dff2e24..03366ab84 100644 --- a/src/Hooks.cpp +++ b/src/Hooks.cpp @@ -313,7 +313,7 @@ void Hooks::initialize () } } else - context.debug ("Hooks::initialize - hook system shut off"); + context.debug ("Hooks::initialize - hook system off"); } ////////////////////////////////////////////////////////////////////////////////