Skip to content

Commit

Permalink
Prefix USE_SYSTEM_INSTANCE variable in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmccall authored and starnight committed Aug 31, 2023
1 parent 395d443 commit 26a70f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libkolibri_daemon_dbus/kolibri-daemon-dbus-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ kolibri_daemon_get_default_bus_type(void)
}
else if (use_system_instance && local_kolibri_exists())
{
g_log(G_LOG_DOMAIN, G_LOG_LEVEL_MESSAGE, "Local Kolibri data already exists, so ignoring KOLIBRI_USE_SYSTEM_INSTANCE");
g_log(G_LOG_DOMAIN, G_LOG_LEVEL_MESSAGE, "Local Kolibri data already exists, so ignoring " PROFILE_ENV_PREFIX "USE_SYSTEM_INSTANCE");
return G_BUS_TYPE_SESSION;
}
else if (use_system_instance)
Expand Down

0 comments on commit 26a70f2

Please sign in to comment.