Home
last modified time | relevance | path

Searched refs:D_LOG_INFO (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/
H A Dupdater.cpp36 #define D_LOG_INFO(...) DLOG_INFO(ST_PREFIX __VA_ARGS__) macro
207 D_LOG_INFO("Update to version %d.%d.%d%.1s%d is available at \"%s\".", info.version_major, in task()
211D_LOG_INFO("Update to version %d.%d.%d is available at \"%s\".", info.version_major, info.version_… in task()
398 D_LOG_INFO("User %s the processing of data.", _gdpr ? "allowed" : "disallowed"); in set_gdpr()
416 D_LOG_INFO("Automatic checks at launch are now %s.", value ? "enabled" : "disabled"); in set_automation()
434D_LOG_INFO("Update channel changed to %s.", value == update_channel::RELEASE ? "Release" : "Testin… in set_channel()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/ui/
H A Dui-updater.cpp27 #define D_LOG_INFO(...) DLOG_INFO(ST_PREFIX __VA_ARGS__) macro