From 39e63bfac528d8c5c002ee8fef4a1e5d7181b826 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 19 Oct 2015 11:55:44 +0200 Subject: convert remaing DBG_WARNING to SAL_INFO and drop the macro Change-Id: I452ca373d0c277166e94928c1bce78bf37e39d7c --- unotools/source/ucbhelper/ucblockbytes.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx index e0b486f91571..140a902db303 100644 --- a/unotools/source/ucbhelper/ucblockbytes.cxx +++ b/unotools/source/ucbhelper/ucblockbytes.cxx @@ -1318,7 +1318,7 @@ ErrCode UcbLockBytes::SetSize (sal_uInt64 const nNewSize) nSize = 0; } else { - DBG_WARNING("Not truncatable!"); + SAL_INFO("unotools", "Not truncatable!"); } } -- cgit