From 9ef1fbe813cca2f8c053b80623e13f51c0534bc3 Mon Sep 17 00:00:00 2001 From: cholm Date: Mon, 12 Jul 2010 13:37:20 +0000 Subject: [PATCH] Allow for debugging flag --- FMD/FMDBaseda.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FMD/FMDBaseda.cxx b/FMD/FMDBaseda.cxx index a9c74fecbe5..388e8e70d6e 100644 --- a/FMD/FMDBaseda.cxx +++ b/FMD/FMDBaseda.cxx @@ -13,6 +13,7 @@ */ #include "monitor.h" #include "event.h" +#include #include #include #include @@ -60,6 +61,7 @@ int main(int argc, char **argv) return -1; } + if (argc > 2) AliLog::SetModuleDebugLevel("FMD", atoi(argv[2])); /* declare monitoring program */ status=monitorDeclareMp( __FILE__ ); if (status!=0) { -- 2.43.0