Skip to content

Commit

Permalink
change a log channel output to debug channel, in desktop/dbus
Browse files Browse the repository at this point in the history
This was requested by shadowm a week ago or so.
  • Loading branch information
cbeck88 committed Jul 23, 2014
1 parent 5255145 commit 47fe0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/desktop/dbus_notification.cpp
Expand Up @@ -37,6 +37,7 @@ using boost::uint32_t;
static lg::log_domain log_desktop("desktop");
#define ERR_DU LOG_STREAM(err, log_desktop)
#define LOG_DU LOG_STREAM(info, log_desktop)
#define DBG_DU LOG_STREAM(info, log_desktop)

namespace { // anonymous namespace

Expand Down Expand Up @@ -152,7 +153,7 @@ uint32_t send_dbus_notification(DBusConnection *connection, uint32_t replaces_id
<< "raw path =\'" << game_config::path << "\' / \'" << game_config::images::app_icon << "\'\n"
<< "normalized path =\'" << app_icon_ << "\'\n";
} else {
LOG_DU << "app_icon_=\'" << app_icon_ << "\'\n";
DBG_DU << "app_icon_=\'" << app_icon_ << "\'\n";
}

const char *app_icon = app_icon_.c_str();
Expand Down

0 comments on commit 47fe0aa

Please sign in to comment.