commit | de8f27a80b0bf015ea26bdb6b9958bc5283c8cb1 | [log] [tgz] |
---|---|---|
author | Andy Green <andy.green@linaro.org> | Sat Jan 12 09:17:42 2013 +0800 |
committer | Andy Green <andy.green@linaro.org> | Sat Jan 12 09:17:42 2013 +0800 |
tree | 672b228e18e18fa2fcd1e06c82f972a3686b554e | |
parent | 7e9b427afc2a7d24a514509b3c01d22618b68b25 [diff] [blame] |
logging extend level set api to allow setting emission function Signed-off-by: Andy Green <andy.green@linaro.org>
diff --git a/test-server/test-ping.c b/test-server/test-ping.c index 93df59e..bc03100 100644 --- a/test-server/test-ping.c +++ b/test-server/test-ping.c
@@ -339,7 +339,7 @@ continue; switch (n) { case 'd': - lws_set_log_level(atoi(optarg)); + lws_set_log_level(atoi(optarg), NULL); break; case 'm': use_mirror = 1;