From e567fea005d866a639c60b5772ae4479148d9c3b Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 25 Mar 2014 18:04:40 +0100 Subject: [PATCH] Fixed error message in hdrfilm (Gian Calgeer) --- src/films/hdrfilm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/films/hdrfilm.cpp b/src/films/hdrfilm.cpp index f3924f07..c095f455 100644 --- a/src/films/hdrfilm.cpp +++ b/src/films/hdrfilm.cpp @@ -227,7 +227,7 @@ public: m_fileFormat = Bitmap::EPFM; } else { Log(EError, "The \"fileFormat\" parameter must either be " - "equal to \"openexr\" or \"rgbe\"!"); + "equal to \"openexr\", \"pfm\", or \"rgbe\"!"); } if (pixelFormats.empty())