Issues.00418 - lordmundi/wikidoctest GitHub Wiki
00418: ability to hide DCOMM library printouts
Summary: ability to hide DCOMM library printouts
Created: 2012–04–19 13:20
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
when running DCOMM as a library (in a sim for example) cyclic printouts can disturb development or debugger sessions. Most notable is the printouts from other DCOMM servers on the network when the library is searching for a server with a matching tag.
This is a request to have a way to hide these type of printouts in the library.
Comments
frankie October 16, 2012, at 11:03 AM: This has been implemented by changing some of these printouts to be hidden when running in -quiet mode. Also, for light clients, a special environment variable "DCOMM_VERBOSE" which will cause these hidden printouts to be shown if this environment variable is set to anything.
Associated Commits
| commit | 7fd9853d626f6ec8ded7fe00395a2abe64b97ee1
link5 |
||
| Author: | Frankie
|
| Date: | Tue Oct 16 13:45:24 2012 -0500
|
| Message: | [@Issue 00447, 00418, 00411: Fixed CPU usage issue, removed prinouts, and
updated version string The CPU usage issue was fixed when dcomm was listening for multicast messages from a manager. Also, a few printouts were removed, and some were changed to only print as LogStatus instead of LogWarning. The plugin version string was also updated to be more consistent with the formatting other plugins use. @] |
Affected Files:
lib_Darwin/libd_comm_tc.a | Bin 484960 -> 487800 bytes
lib_Linux_FC3/libd_comm_tc.a | Bin 468592 -> 470234 bytes
lib_Linux_FC3/libd_comm_tc_s.so | Bin 322912 -> 324242 bytes
lib_Linux_FC3_x86_64/libd_comm_tc.a | Bin 585408 -> 721042 bytes
lib_Linux_FC3_x86_64/libd_comm_tc_s.so | Bin 385482 -> 335329 bytes
lib_Win32/libd_comm_tc.dll | Bin 592830 -> 593391 bytes
plugin_Darwin/dsp_dcomm_tc.so | Bin 229056 -> 229160 bytes
plugin_Linux_FC3/dsp_dcomm_tc.so | Bin 65468 -> 65782 bytes
plugin_Win32/dsp_dcomm_tc.dll | Bin 1008284 -> 1009349 bytes
9 files changed, 0 insertions(+), 0 deletions(-)
| commit | 71a354170cddf87ec122f28f315f14dce488f3fd
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Oct 16 13:34:52 2012 -0500
|
| Message: | [@Issue 00447, 00418, 00411: Fixed CPU usage issue, removed prinouts, and
updated version string The CPU usage issue was fixed when dcomm was listening for multicast messages from a manager. Also, a few printouts were removed, and some were changed to only print as LogStatus instead of LogWarning. The plugin version string was also updated to be more consistent with the formatting other plugins use. @] |
Affected Files:
src/dcomm/src/dcomm_client.c | 40 +++++++++++++++++++++++++++++++±-------
src/dcomm/src/dcomm_packet.c | 2 ±
src/dcomm/src/dcomm_utils.c | 4 +±-
src/plugins/dsp_dcomm_tc.c | 20 +++++++++++++++±---
4 files changed, 51 insertions(+), 15 deletions(-)