libobs: Reduce unnecessary logging (info -> debug)
(Note: This commit also modifies coreaudio-encoder, win-capture, and win-mf modules) This reduces logging to the user's log file. Most of the things specified are not useful for examining log files, and make reading log files more painful. The things that are useful to log should be up to the front-end to implement. The core and core plugins should have minimal mandatory logging.
This commit is contained in:
@@ -32,7 +32,7 @@ bool DeckLinkDeviceDiscovery::Init(void)
|
||||
|
||||
initialized = result == S_OK;
|
||||
if (!initialized)
|
||||
blog(LOG_INFO, "Failed to start search for DeckLink devices");
|
||||
blog(LOG_DEBUG, "Failed to start search for DeckLink devices");
|
||||
|
||||
return initialized;
|
||||
}
|
||||
|
Reference in New Issue
Block a user