Changes between Version 47 and Version 48 of Documentation/VLC


Ignore:
Timestamp:
May 23, 2010, 6:44:53 PM (14 years ago)
Author:
stud-hock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v47 v48  
    260260Probably you want to set the ariba logging output to "info":[[BR]]
    261261On vlc/modules/access/mcpo/McpoModule.cpp[[BR]]
    262 Edit line 24 from {{{logger->setLevel(log4cxx::Level::getWarn());}}} to {{{logger->setLevel(log4cxx::Level::getInfo());}}}
     262Edit line 24 from {{{logger->setLevel(log4cxx::Level::getWarn());}}} to {{{logger->setLevel(log4cxx::Level::getInfo());}}}[[BR]]
    263263Equally on vlc/modules/access_output/mcpo/McpoModule.cpp line 30.
    264264