diff --git a/Tranga/Jobs/JobBoss.cs b/Tranga/Jobs/JobBoss.cs index 2fe58a3..4631a66 100644 --- a/Tranga/Jobs/JobBoss.cs +++ b/Tranga/Jobs/JobBoss.cs @@ -178,7 +178,8 @@ public class JobBoss : GlobalBase throw; Log(e.Message); string newName = file.FullName + ".failed"; - Log($"Failed loading file {file.Name}.\nMoving to {newName}"); + Log($"Failed loading file {file.Name}.\nMoving to {newName}.\n" + + $"If you think this is a bug, upload contents of the file to the Bugreport!"); File.Move(file.FullName, newName); continue; }