Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removes commented code.
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 26 Sep 2006 13:01:03 +0000 (13:01 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 26 Sep 2006 13:01:03 +0000 (13:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2823 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/log.c

index 5f9f24b..e9d1cad 100644 (file)
@@ -429,6 +429,7 @@ static void _apply_control(xbt_log_category_t cat) {
       xbt_log_threshold_set(cat, setting->thresh);
       xbt_dynar_cursor_rm(xbt_log_settings,&cursor);
 
+
       if (cat->threshold <= xbt_log_priority_debug) {
         _log_ev.cat = cat;
         _log_ev.priority = xbt_log_priority_debug;