Filename | |
---|---|
PokemonGo.RocketAPI.Logic/Logic.cs |
diff --git a/PokemonGo.RocketAPI.Logic/Logic.cs b/PokemonGo.RocketAPI.Logic/Logic.cs index e79d9f4..91b6689 100644 --- a/PokemonGo.RocketAPI.Logic/Logic.cs +++ b/PokemonGo.RocketAPI.Logic/Logic.cs @@ -510,7 +510,7 @@ namespace PokemonGo.RocketAPI.Logic } catch { - Logger.Error("Datei offen?!"); + Logger.Error("Export all Pokemons to CSV not possible. File seems be in use!"); } } }