Changes between Version 46 and Version 47 of Documentation/VLC
- Timestamp:
- May 23, 2010, 6:43:36 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v46 v47 258 258 }}} 259 259 260 Probably you want to set the ariba logging output to "info": 261 On vlc/modules/access/mcpo/McpoModule.cpp 262 Edit line 24 from logger->setLevel(log4cxx::Level::getWarn()); to logger->setLevel(log4cxx::Level::getInfo());260 Probably you want to set the ariba logging output to "info":[[BR]] 261 On vlc/modules/access/mcpo/McpoModule.cpp[[BR]] 262 Edit line 24 from {{{logger->setLevel(log4cxx::Level::getWarn());}}} to {{{logger->setLevel(log4cxx::Level::getInfo());}}} 263 263 Equally on vlc/modules/access_output/mcpo/McpoModule.cpp line 30. 264 264