This commit is contained in:
加里 2014-11-14 14:24:52 +08:00
parent 8e0dc781d3
commit 6279982aaf

View File

@ -360,7 +360,7 @@ function setRules(newRule){
} }
async.series(functions,function(errors,result){ async.series(functions,function(errors,result){
if(!errors){ if(!errors){
console.log(color.green('Anyproxy initialize finished, have a fun!')); console.log(color.green('Anyproxy rules initialize finished, have a fun!'));
} }
}); });