From a40bb000fd4dc10357c9f20139916a7a12148219 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 24 Feb 2012 21:29:32 +0100 Subject: [PATCH] feature #962: Fix wrong error message --- src/image/ImagePool.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/image/ImagePool.cc b/src/image/ImagePool.cc index 255b46de4c..61c42671e3 100644 --- a/src/image/ImagePool.cc +++ b/src/image/ImagePool.cc @@ -260,7 +260,6 @@ int ImagePool::disk_attribute(VectorAttribute * disk, if ( img == 0 ) { - error_str = "Cannot acquire image, it does not exists or in use."; return -1; } }