Skip to content
Snippets Groups Projects
Commit 5b882816 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

better msg

parent 31307384
No related branches found
No related tags found
No related merge requests found
// $Id: CreateFile.cpp,v 1.33 2002-09-06 19:19:49 geuzaine Exp $ // $Id: CreateFile.cpp,v 1.34 2002-09-09 18:30:27 geuzaine Exp $
// //
// Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
// //
...@@ -199,7 +199,7 @@ void CreateOutputFile (char *name, int format) { ...@@ -199,7 +199,7 @@ void CreateOutputFile (char *name, int format) {
CTX.print.gl_fonts = 1; CTX.print.gl_fonts = 1;
res = gl2psEndPage(); res = gl2psEndPage();
} }
Msg(INFO, "EPS creation complete '%s'", name); Msg(INFO, "PS/EPS creation complete '%s'", name);
Msg(STATUS2, "Wrote '%s'", name); Msg(STATUS2, "Wrote '%s'", name);
fclose(fp); fclose(fp);
break ; break ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment