Skip to content

Commit

Permalink
Merge branch 'main' into 30.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensoftware52 committed Dec 8, 2023
2 parents e6aa16e + 60d16e7 commit f02767d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sl-browser-plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ MODULE_EXPORT const char *obs_module_description(void)
bool obs_module_load(void)
{
#ifdef GITHUB_REVISION
blog(LOG_INFO, "%s module git sha is %s for OBS %s", GITHUB_REVISION, SL_OBS_VERSION);
blog(LOG_INFO, "%s module git sha is %s for OBS %s", obs_module_description(), GITHUB_REVISION, SL_OBS_VERSION);
#else
blog(LOG_INFO, "%s module is a debug build, version information unknown.");
blog(LOG_INFO, "%s module is a debug build, version information unknown.", obs_module_description());
#endif

PluginJsHandler::instance().loadFonts();
Expand Down

0 comments on commit f02767d

Please sign in to comment.