X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=xps-plugin%2Finclude%2Fgeoclue_plugin_debug.h;h=71bba2324214370a9546b41c1962603aadbca419;hb=73a19e077afc2d2df85ac91de3b058fe42230624;hp=930cbe061099f21118cf54eba3694d9c6187a5b5;hpb=3daf58ebb43eaa120f4d21666e821c9256b47d33;p=framework%2Flocation%2Flibslp-lbs-plugin-replay.git diff --git a/xps-plugin/include/geoclue_plugin_debug.h b/xps-plugin/include/geoclue_plugin_debug.h old mode 100755 new mode 100644 index 930cbe0..71bba23 --- a/xps-plugin/include/geoclue_plugin_debug.h +++ b/xps-plugin/include/geoclue_plugin_debug.h @@ -27,7 +27,7 @@ extern "C" { #endif #define GPS_DLOG -#define GPS_DLOG_DEBUG // filename and line number will be shown +#define GPS_DLOG_DEBUG /* filename and line number will be shown */ #ifdef GPS_DLOG #include @@ -38,9 +38,9 @@ extern "C" { #define DBG_WARN LOG_WARN #define DBG_ERR LOG_ERROR -#ifdef GPS_DLOG_DEBUG // Debug mode +#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) -#else // Release(commercial) mode +#else /* Release(commercial) mode */ #define LOG_PLUGIN(dbg_lvl,fmt,args...) SLOG(dbg_lvl, TAG_GPS_PLUGIN, fmt, ##args) #endif #endif