From 96e5cf78a16ff365119a8e225c0900064aaffc8e Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 15 Jul 2008 13:48:09 +0000 Subject: [PATCH] 0019906: EDF 270 GEOM: geometry export with not enough space on disk : No Warning message --- src/GEOMImpl/GEOMImpl_IInsertOperations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx index 9339f4a47..3dbe49e5d 100644 --- a/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_IInsertOperations.cxx @@ -163,7 +163,7 @@ void GEOMImpl_IInsertOperations::Export OCC_CATCH_SIGNALS; #endif if (!GetSolver()->ComputeFunction(aFunction)) { - SetErrorCode("Export driver failed"); + SetErrorCode("Not enough space on disk, or you haven't permissions to write this directory"); return; } }