summaryrefslogtreecommitdiff
path: root/cesar/maximus/python/utest/stationtest/src/test_ether.c
diff options
context:
space:
mode:
authorThierry Carré2013-02-18 19:02:57 +0100
committerThierry Carré2013-02-22 16:45:07 +0100
commit668ae87c9040e6ab92244995bff4664295cac7da (patch)
tree02391074ebbc18a2b3aff058c09aef37e784a33b /cesar/maximus/python/utest/stationtest/src/test_ether.c
parent78416a6999595edf92d50ab1528d4420fca279a9 (diff)
cesar: keep log to stderr instead forcing to stdout, refs #2979
Diffstat (limited to 'cesar/maximus/python/utest/stationtest/src/test_ether.c')
-rw-r--r--cesar/maximus/python/utest/stationtest/src/test_ether.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cesar/maximus/python/utest/stationtest/src/test_ether.c b/cesar/maximus/python/utest/stationtest/src/test_ether.c
index 9a425ad295..824ee01e76 100644
--- a/cesar/maximus/python/utest/stationtest/src/test_ether.c
+++ b/cesar/maximus/python/utest/stationtest/src/test_ether.c
@@ -186,7 +186,6 @@ main (void)
{
station_log_set_level (&my_station, STATION_LOG_NONE);
station_log_set_mask (&my_station, STATION_LOGTYPE_ALL);
- my_station.pipe_log_fd = 1;
fcall_register (my_station.fcall, "init_ether", (void*) &init_ether, NULL);
fcall_register (my_station.fcall, "uninit_ether", (void*) &uninit_ether,