info not error

This commit is contained in:
high 2011-06-21 20:36:56 -04:00
parent 85a27f421a
commit c5705eeabd

View file

@ -70,7 +70,7 @@ namespace TShockAPI
WorldGen.saveWorld();
Console.WriteLine("World backed up");
Log.Error(string.Format("World backed up ({0})", Main.worldPathName));
Log.Info(string.Format("World backed up ({0})", Main.worldPathName));
Main.worldPathName = worldname;
}