Changes between Version 58 and Version 59 of Documentation/VLC
- Timestamp:
- May 31, 2010, 5:17:18 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v58 v59 271 271 Probably you want to set the ariba logging output to "info": 272 272 {{{ 273 274 from:273 * on vlc/modules/access/mcpo/McpoModule.cpp edit line 24 274 from: 275 275 logger->setLevel(log4cxx::Level::getWarn()); 276 to:276 to: 277 277 logger->setLevel(log4cxx::Level::getInfo()); 278 278 279 279 * Equally on vlc/modules/access_output/mcpo/McpoModule.cpp line 30. 280 280 }}} 281 281