Changed DebugLevel, default 500 page

This commit is contained in:
2015-02-12 16:00:45 +08:00
parent 24ddf7a4b8
commit e570b4367b
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ Router.prototype.setRoute = function( _route, _match )
// Re-route function
, reRoute: function( target, direct )
{
Dragonfly.Log(
Dragonfly.Debug(
"Reroute: " + target
+ ( direct ? ", Direct" : "" )
);