X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xps-plugin%2Finclude%2Fgeoclue_plugin_debug.h;fp=replay-plugin%2Finclude%2Fgps_plugin_debug.h;h=930cbe061099f21118cf54eba3694d9c6187a5b5;hb=97951bd5b3113a14fa32da843878294b303369bb;hp=4e38254872956d658403e8e4d523f89956abd598;hpb=62ed38837afa029ac8e51d42e28c066b8b2fdddc;p=framework%2Flocation%2Flibslp-lbs-plugin-replay.git diff --git a/replay-plugin/include/gps_plugin_debug.h b/xps-plugin/include/geoclue_plugin_debug.h old mode 100644 new mode 100755 similarity index 73% rename from replay-plugin/include/gps_plugin_debug.h rename to xps-plugin/include/geoclue_plugin_debug.h index 4e38254..930cbe0 --- a/replay-plugin/include/gps_plugin_debug.h +++ b/xps-plugin/include/geoclue_plugin_debug.h @@ -4,7 +4,7 @@ * Copyright (c) 2011-2013 Samsung Electronics Co., Ltd. All rights reserved. * * Contact: Youngae Kang , Minjune Kim - * Genie Kim + * Genie Kim * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,17 +31,17 @@ extern "C" { #ifdef GPS_DLOG #include -#define TAG_GPS_PLUGIN "gps-plugin" +#define TAG_GPS_PLUGIN "xps-plugin" -#define DBG_LOW LOG_DEBUG -#define DBG_INFO LOG_INFO -#define DBG_WARN LOG_WARN -#define DBG_ERR LOG_ERROR +#define DBG_LOW LOG_DEBUG +#define DBG_INFO LOG_INFO +#define DBG_WARN LOG_WARN +#define DBG_ERR LOG_ERROR #ifdef GPS_DLOG_DEBUG // Debug mode -#define LOG_PLUGIN(dbg_lvl,fmt,args...) SLOG(dbg_lvl, TAG_GPS_PLUGIN, "[%-40s: %-4d] "fmt, __FILE__, __LINE__, ##args) +#define LOG_PLUGIN(dbg_lvl,fmt,args...) SLOG(dbg_lvl, TAG_GPS_PLUGIN, "[%-40s: %-4d] "fmt, __FILE__, __LINE__, ##args) #else // Release(commercial) mode -#define LOG_PLUGIN(dbg_lvl,fmt,args...) SLOG(dbg_lvl, TAG_GPS_PLUGIN, fmt, ##args) +#define LOG_PLUGIN(dbg_lvl,fmt,args...) SLOG(dbg_lvl, TAG_GPS_PLUGIN, fmt, ##args) #endif #endif