From c5705eeabd43ebec9e9b2e53acf6add11e6c5b77 Mon Sep 17 00:00:00 2001 From: high Date: Tue, 21 Jun 2011 20:36:56 -0400 Subject: [PATCH] info not error --- TShockAPI/BackupManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/BackupManager.cs b/TShockAPI/BackupManager.cs index 48210f09..31be1b5b 100644 --- a/TShockAPI/BackupManager.cs +++ b/TShockAPI/BackupManager.cs @@ -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; }