diff --git a/heartbeat/mysql b/heartbeat/mysql
index eb14ac8..de56516 100755
--- a/heartbeat/mysql
+++ b/heartbeat/mysql
@@ -724,10 +724,10 @@ mysql_monitor() {
     fi
 
     if ocf_is_ms && ! get_read_only; then
-	    ocf_log info "MySQL monitor succeeded (master)";
+	    ocf_log debug "MySQL monitor succeeded (master)";
 	    return $OCF_RUNNING_MASTER
     else
-	    ocf_log info "MySQL monitor succeeded";
+	    ocf_log debug "MySQL monitor succeeded";
 	    return $OCF_SUCCESS
     fi
 }
