From: Ian Jackson Date: Sun, 6 Sep 2020 00:59:44 +0000 (+0100) Subject: done X-Git-Tag: otter-0.2.0~1003 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6036bc1c90658aa0d41a93f0c4dbe5ce47c93675;p=otter.git done --- diff --git a/src/global.rs b/src/global.rs index d2f6f9cc..71ad4f7d 100644 --- a/src/global.rs +++ b/src/global.rs @@ -300,8 +300,8 @@ impl Instance { .unwrap_or_else( |e| warn!("failed to delete stale auth file {:?}: {:?}", &a_savefile, e) - // apart from that, ignore the error. someone will clean it up - // later. xxx periodic cleanup ? + // apart from that, ignore the error + // load_games will clean it up later. ); }