Date: Friday, December 1, 2006 @ 17:38:29
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: CarobProtector.hpp (1.14 -> 1.15)

Fixed bug where we always printed "BackendException" prefix


--------------------+
 CarobProtector.hpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/test/CarobProtector.hpp
diff -u carob/test/CarobProtector.hpp:1.14 carob/test/CarobProtector.hpp:1.15
--- carob/test/CarobProtector.hpp:1.14  Wed Mar 22 18:56:40 2006
+++ carob/test/CarobProtector.hpp       Fri Dec  1 17:38:28 2006
@@ -82,7 +82,7 @@
         }
 #endif
 
-        std::wcerr << BEPREFIX;
+        std::wcerr << prefix;
         std::cerr << sframe << std::endl;
 
   }

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to