Skip to content

Commit

Permalink
Merge pull request #31 from tgoettlicher/master
Browse files Browse the repository at this point in the history
adapted log component name
  • Loading branch information
tgoettlicher committed Jul 4, 2013
2 parents dea48bb + c316285 commit ab8e6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/YGUI.cc
Expand Up @@ -94,8 +94,8 @@ static void print_log (const gchar *domain, GLogLevelFlags level, const gchar *m
// can just keep lying around for ever, and use later, so we have to
// intern the domain - that can be allocated (or belong to a transient
// plugin's address space).
const char *component = domain ? g_intern_string (domain) : "yast2-gtk";
YUILog::instance()->log (ylevel, component, "yast2-gtk", 0, "") << message << std::endl;
const char *component = domain ? g_intern_string (domain) : "libyui-gtk";
YUILog::instance()->log (ylevel, component, "libyui-gtk", 0, "") << message << std::endl;
#if 0 // uncomment to put a stop to gdb
static int bugStop = 0;
if (bugStop-- <= 0)
Expand Down

0 comments on commit ab8e6fc

Please sign in to comment.