From 0e8ab3b1fee0fdc4a0796fda1f33c269b7c27f37 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 15 May 2004 08:18:24 +0000 Subject: [PATCH] print start time in batch mode --- Fltk/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fltk/Main.cpp b/Fltk/Main.cpp index 95043c74bc..a291e39314 100644 --- a/Fltk/Main.cpp +++ b/Fltk/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.66 2004-05-15 08:07:20 geuzaine Exp $ +// $Id: Main.cpp,v 1.67 2004-05-15 08:18:24 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -123,7 +123,7 @@ int main(int argc, char *argv[]) if(CTX.batch) { check_gsl(); - Msg(INFO, "Running '%s'", cmdline); + Msg(INFO, "'%s' started on %s", cmdline, currtime); OpenProblem(CTX.filename); if(yyerrorstate) exit(1); -- GitLab