Description: Fix non-debug builds (i.e., when _DEBUG isn't defined)
Author: John Morrissey <jwm@horde.net>
Forwarded: <20110316160729.GA28881@boost.horde.net>
Last-Update: 2011-03-16

diff --git a/anna.cpp b/anna.cpp
index a05e1e4..be60c01 100644
--- a/anna.cpp
+++ b/anna.cpp
@@ -320,8 +320,8 @@ int check_nagios_status(server_t server_conn)
 	int n_cur = 0;
 	int loop;
 	int any_shown = 0;
-#ifdef _DEBUG
 	time_t now = time(NULL);
+#ifdef _DEBUG
 	printf("Checking @ %s", ctime(&now));
 #endif
 
