]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
forb: Increase log level for executor test
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 19 Feb 2011 22:59:33 +0000 (23:59 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 19 Feb 2011 22:59:33 +0000 (23:59 +0100)
src/tests/executor/executor_test.c

index 223852a2fe4a22b7a851ced4e573af4fbdd8e69c..d0cb27f60a4b45bc49d94c7545b4ba31c7d45445 100644 (file)
@@ -5,6 +5,7 @@
 #include <forb/executor.h>
 #include <forb/object.h>
 #include <forb/iop.h>
+#include <ul_logreg.h>
 
 static CORBA_long add(executor_test obj, CORBA_long val, CORBA_Environment *ev)
 {
@@ -75,6 +76,8 @@ WVTEST_MAIN("inter_thread_invocation")
        forb_executor_t executor1, executor2;
        struct forb_env env;
 
+       ul_log_domain_arg2levels("all.7");
+
        /* Create the first FORB server */
        WVPASS(orb = forb_init(NULL, NULL,
                               &(struct forb_init_attr){.orb_id = "server"}));