Skip to content

Commit

Permalink
Merge pull request #110 from Shashi-Bhushan/SLICE-125-changingLoggerC…
Browse files Browse the repository at this point in the history
…lass

SLICE-125 Changing logger class associated with OsgiServiceScanner
  • Loading branch information
mmajchrzak authored Aug 25, 2016
2 parents fe0b2f7 + e52a472 commit 433f18b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
public class OsgiServiceScanner {

private static final Logger LOG = LoggerFactory.getLogger(SliceResourceScanner.class);
private static final Logger LOG = LoggerFactory.getLogger(OsgiServiceScanner.class);

private final BundleContext bundleContext;

Expand Down

0 comments on commit 433f18b

Please sign in to comment.