[Dart-dev] [3896] DART/trunk/utilities/utilities_mod.f90: make error message more clear

nancy at ucar.edu nancy at ucar.edu
Mon Jun 1 09:40:24 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090601/e3c9ff02/attachment.html 
-------------- next part --------------
Modified: DART/trunk/utilities/utilities_mod.f90
===================================================================
--- DART/trunk/utilities/utilities_mod.f90	2009-06-01 15:33:34 UTC (rev 3895)
+++ DART/trunk/utilities/utilities_mod.f90	2009-06-01 15:40:24 UTC (rev 3896)
@@ -254,8 +254,8 @@
             write(*,*)'  ',trim(source)
             write(*,*)'  ',trim(revision)
             write(*,*)'  ',trim(revdate)
-            write(*,*)'   unable to open the logfile.'
-            write(*,*)'   the intended file name was <',trim(lname),'>'
+            write(*,*)'   unable to open the logfile for writing.'
+            write(*,*)'   the logfile name is "',trim(lname),'"'
             write(*,*)'   stopping.'
             call exit_all(77)
          endif


More information about the Dart-dev mailing list