[subproc-cvs] subproc subproc,1.15,1.16
Status: Beta
Brought to you by:
cstroie
From: Costin S. <cs...@us...> - 2006-07-22 09:17:21
|
Update of /cvsroot/subproc/subproc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14321 Modified Files: subproc Log Message: Say what is the output format, which it is not supported. Index: subproc =================================================================== RCS file: /cvsroot/subproc/subproc/subproc,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- subproc 22 Jul 2006 09:12:54 -0000 1.15 +++ subproc 22 Jul 2006 09:17:17 -0000 1.16 @@ -141,7 +141,7 @@ else if (osub["format"] == "subviewer") write_subviewer(osub["file"], isub["total"], eol[osub["eol"]]) else - error(8, _"Unsupported output format.") + error(8, _"Unsupported output format: " osub["format"]) } function debug(message) |