Changes between Version 46 and Version 47 of Documentation/VLC


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/VLC

    v46 v47  
    258258}}}
    259259
    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());
     260Probably you want to set the ariba logging output to "info":[[BR]]
     261On vlc/modules/access/mcpo/McpoModule.cpp[[BR]]
     262Edit line 24 from {{{logger->setLevel(log4cxx::Level::getWarn());}}} to {{{logger->setLevel(log4cxx::Level::getInfo());}}}
    263263Equally on vlc/modules/access_output/mcpo/McpoModule.cpp line 30.
    264264