chiark / gitweb /
done
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 00:59:44 +0000 (01:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 00:59:44 +0000 (01:59 +0100)
src/global.rs

index d2f6f9cce78ed528bdb687f3193c39c9055e93a1..71ad4f7d4a9c161cd6edf8567031a8205b03129d 100644 (file)
@@ -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.
       );
   }