Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunlee01 committed Mar 20, 2016
1 parent 325c7ba commit 76d87ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scouter/plugin/server/none/NullPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @author Gun Lee ([email protected]) on 2016. 3. 19.
*/
public class NullPlugin {
private boolean debug = System.getProperty("scouter.plugin.server.debug", "f").equals("true") ? true : false;
private boolean debug = System.getProperty("scouter.plugin.server.null.debug", "f").equals("true") ? true : false;

@ServerPlugin(PluginConstants.PLUGIN_SERVER_ALERT)
public void alert(AlertPack pack){
Expand Down

0 comments on commit 76d87ba

Please sign in to comment.