summaryrefslogtreecommitdiff
path: root/src/KM_log.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-01 12:22:38 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-01 12:22:38 +0100
commitbc41241ca5946b45895806e5ab361f9277933563 (patch)
tree1cd8a3f6eaaa6b5af453c3419247a7e63394ba37 /src/KM_log.cpp
parentd2042adb97e12b9c7e963a98e218a0ea6fbc9197 (diff)
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/KM_log.cpp')
-rwxr-xr-xsrc/KM_log.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp
index af468f2..018bf49 100755
--- a/src/KM_log.cpp
+++ b/src/KM_log.cpp
@@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\brief message logging API
*/
-#include <KM_util.h>
+#include <asdcp/KM_util.h>
#include <KM_log.h>
#include <KM_mutex.h>
#include <sys/types.h>
@@ -328,7 +328,7 @@ Kumu::LogEntry::CreateStringWithOptions(std::string& out_buf, i32_t opt) const
if ( (opt & LOG_OPTION_TYPE) != 0 )
{
if ( ! out_buf.empty() ) out_buf += " ";
-
+
switch ( Type )
{
case LOG_CRIT: out_buf += "CRT"; break;