Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/tester.c

    rf47c70d4 r3191c01  
    3939#include <stdio.h>
    4040#include <str.h>
    41 #include <io/log.h>
    4241#include "tester.h"
    4342
     
    5655#include "stdio/stdio1.def"
    5756#include "stdio/stdio2.def"
    58 #include "stdio/logger1.def"
    5957#include "fault/fault1.def"
    6058#include "fault/fault2.def"
     
    140138        }
    141139       
    142         log_init("tester", LVL_NOTE);
    143 
    144140        test_quiet = false;
    145141        test_argc = argc - 2;
Note: See TracChangeset for help on using the changeset viewer.