src/Pure/Admin/isabelle_cronjob.scala
changeset 64155 646c4d6a6a02
parent 64154 e5cf40a54b1e
child 64156 01716e3c3e68
--- a/src/Pure/Admin/isabelle_cronjob.scala	Tue Oct 11 22:14:26 2016 +0200
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Tue Oct 11 22:24:14 2016 +0200
@@ -42,7 +42,7 @@
 
     def log(date: Date, msg: String)
     {
-      val text = "[" + Build_Log.Log_File.Date_Format(date) + " " + hostname + "]: " + msg
+      val text = "[" + Build_Log.print_date(date) + " " + hostname + "]: " + msg
       File.append(main_log, text + "\n")
       progress.echo(text)
     }
@@ -77,7 +77,7 @@
       Isabelle_System.mkdirs(log_path.dir)
       File.write(log_path,
         Library.terminate_lines(
-          List("isabelle_identify: " + Build_Log.Log_File.Date_Format(pull_date),
+          List("isabelle_identify: " + Build_Log.print_date(pull_date),
             "",
             "Isabelle version: " + isabelle_id,
             "AFP version: " + afp_id)))