summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.c b/ttd.c
index 7fd59d05a..574756ee6 100644
--- a/ttd.c
+++ b/ttd.c
@@ -1015,6 +1015,7 @@ static void DoAutosave()
sprintf(buf, "%s%sautosave%d.sav", _path.autosave_dir, PATHSEP, n);
}
+ DEBUG(misc, 2) ("Autosaving to %s", buf);
if (SaveOrLoad(buf, SL_SAVE) != SL_OK)
ShowErrorMessage(INVALID_STRING_ID, STR_AUTOSAVE_FAILED, 0, 0);
}