virtual:add omitted definitions
[platform/core/uifw/libtdm.git] / common / tdm_log.c
index 94aebc3..ac7666d 100644 (file)
@@ -9,7 +9,7 @@
  *          Taeheon Kim <th908.kim@samsung.com>,
  *          YoungJun Cho <yj44.cho@samsung.com>,
  *          SooChan Lim <sc1.lim@samsung.com>,
- *          Boram Park <sc1.lim@samsung.com>
+ *          Boram Park <boram1288.park@samsung.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the
@@ -182,7 +182,7 @@ _tdm_log_vprint_stdout(int level, const char *fmt, va_list ap)
 
 
 EXTERN void
-tdm_log_print_stdout(int level, const char *fmt, ...)
+tdm_log_printf(int level, const char *fmt, ...)
 {
        va_list arg;
        va_start(arg, fmt);