[Box Backup-commit] COMMIT r1730 - box/chris/merge/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Jul 26 21:56:20 BST 2007


Author: chris
Date: 2007-07-26 21:56:20 +0100 (Thu, 26 Jul 2007)
New Revision: 1730

Modified:
   box/chris/merge/lib/common/Box.h
Log:
Typo compile fix.


Modified: box/chris/merge/lib/common/Box.h
===================================================================
--- box/chris/merge/lib/common/Box.h	2007-07-26 20:56:03 UTC (rev 1729)
+++ box/chris/merge/lib/common/Box.h	2007-07-26 20:56:20 UTC (rev 1730)
@@ -112,7 +112,7 @@
 #define THROW_EXCEPTION(type, subtype) \
 	{ \
 		OPTIONAL_DO_BACKTRACE \
-		BOX_WARN("Exception thrown: " #type "(" #subtype ") at " \
+		BOX_WARNING("Exception thrown: " #type "(" #subtype ") at " \
 			__FILE__ "(" << __LINE__ << ")") \
 		throw type(type::subtype); \
 	}




More information about the Boxbackup-commit mailing list