aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-02-20 17:52:28 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-02-20 20:32:21 +0100
commit11d50d950cccfe8bdc6c3f4a19dcda8661fc80bf (patch)
treede86122c22a7bf0750615a46b512584c537684be /Transceiver52M
parent8bd111c942d0d8d2c65369db8f2623eadef54c1e (diff)
Logger: Drop syslog support
This feature is currently not being used, so let's drop it to make it easier to integrate into libosmocore logging system in the future. Change-Id: I8282745ef0282d41599eaf94fe460a1d29b18e2a
Diffstat (limited to 'Transceiver52M')
-rw-r--r--Transceiver52M/osmo-trx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/osmo-trx.cpp b/Transceiver52M/osmo-trx.cpp
index 8c34893..16866f4 100644
--- a/Transceiver52M/osmo-trx.cpp
+++ b/Transceiver52M/osmo-trx.cpp
@@ -520,7 +520,7 @@ int main(int argc, char *argv[])
return EXIT_FAILURE;
}
- gLogInit("transceiver", config.log_level.c_str(), LOG_LOCAL7);
+ gLogInit(config.log_level.c_str());
srandom(time(NULL));