Ticket #295 (closed enhancement: fixed)
ogsmd: Use kobject notification instead of polling
| Reported by: | lindi | Owned by: | mickey |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | framework/ogsmd | Version: | |
| Keywords: | Cc: |
Description
I have turned on ogsmd debugging so that I can see all AT commands and replies. However, this makes fso-frameworkd 0.8.4.3-20081130-1 also log the following every two seconds:
2008.12.12 12:48:02 ogsmd.pdp DEBUG route status. old=usb0, last=usb0, current=usb0 2008.12.12 12:48:04 ogsmd.pdp DEBUG route status. old=usb0, last=usb0, current=usb0 2008.12.12 12:48:06 ogsmd.pdp DEBUG route status. old=usb0, last=usb0, current=usb0 2008.12.12 12:48:08 ogsmd.pdp DEBUG route status. old=usb0, last=usb0, current=usb0
Change History
comment:1 Changed 3 years ago by mickey
- Status changed from new to assigned
- Summary changed from ogsmd logging is too verbose: ogsmd.pdp DEBUG route status. old=usb0, last=usb0, current=usb0 to ogsmd: Use kobject notification instead of polling
- Type changed from defect to enhancement
- Milestone set to milestone5
Note: See
TracTickets for help on using
tickets.

Well, DEBUG is supposed to be verbose :)
The actual problem is that I'm polling for the route status instead of using kobject notification -- then we can safely remove that debug message.
Changing the description.