WFS: Use a separate log type for WFS related logs

Makes it easier to turn off general IOS messages that can be
distracting (e.g. /dev/net/ssl being opened hundreds of time...)
without losing the ability to view WFS messages.
This commit is contained in:
Léo Lam
2017-08-16 22:24:24 +02:00
parent 918b0375e4
commit 4b4e488189
4 changed files with 42 additions and 40 deletions

View File

@ -38,6 +38,7 @@ enum LOG_TYPE
IOS_STM,
IOS_USB,
IOS_WC24,
IOS_WFS,
IOS_WIIMOTE,
MASTER_LOG,
MEMMAP,