Github user unsleepy22 commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1445#discussion_r70205629
  
    --- Diff: storm-core/src/jvm/org/apache/storm/daemon/StormCommon.java ---
    @@ -77,7 +78,7 @@ public static StormCommon setInstance(StormCommon common) 
{
             return oldInstance;
         }
     
    -    private static final Logger LOG = 
LoggerFactory.getLogger(StormCommon.class);
    +    private static final Logger LOG = getLogger(StormCommon.class);
    --- End diff --
    
    addressed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to