Tiny comment fix.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Oct 2006 16:59:56 +0000 (16:59 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Oct 2006 16:59:56 +0000 (16:59 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@6885 cda61777-01e9-0310-a592-d414129be87e

logging.c

index 1a98213..c448bd7 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -352,7 +352,7 @@ void log_reconfig(void *handle, Config *cfg)
  * translate format codes into time/date strings
  * and insert them into log file name
  *
- * "&Y":YYYY   "&m":MM   "&d":DD   "&T":hhmm   "&h":<hostname>   "&&":&
+ * "&Y":YYYY   "&m":MM   "&d":DD   "&T":hhmmss   "&h":<hostname>   "&&":&
  */
 static void xlatlognam(Filename *dest, Filename src,
                       char *hostname, struct tm *tm) {