Skip to content

Commit

Permalink
Merge pull request #52 from yast/more_logging
Browse files Browse the repository at this point in the history
More logging
  • Loading branch information
jreidinger committed Oct 1, 2013
2 parents 7d1362e + 8adcb8b commit 92b0959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scr/src/Y2CCSCR.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Y2Component *Y2CCSCR::create( const char* name) const

split_name(name, root, real_name);

y2debug("Create component for %s: root '%s' real_name '%s'", name,
root.c_str(), real_name.c_str());

if (real_name != "scr")
return NULL;

Expand Down

0 comments on commit 92b0959

Please sign in to comment.