Skip to content

Commit

Permalink
Make run debug clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 3, 2013
1 parent 92b18b9 commit 53ac505
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -191,7 +191,7 @@ else if (scriptEntry.hasObject("path") && scriptEntry.getObject("path") != null)
String name = definition_names != null && definition_names.length >= x ?
definition_names[x - 1].trim() : String.valueOf(x);
queue.addDefinition(name, definition);
dB.echoDebug("Adding definition " + name + " as " + definition);
dB.echoDebug("Adding definition %" + name + "% as " + definition);
x++;
}
}
Expand Down

0 comments on commit 53ac505

Please sign in to comment.