From 6036bc1c90658aa0d41a93f0c4dbe5ce47c93675 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Sep 2020 01:59:44 +0100 Subject: [PATCH] done --- src/global.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ); } -- 2.30.2