printf removed
[apps/native/ug-wifi-direct.git] / ugapp-wifidirect / src / wfd-ugapp-util.c
index 0307112..73c42aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *  WiFi-Direct UG
 *
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 Samsung Electronics Co., Ltd
 
 * Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
@@ -67,7 +67,7 @@ int wfd_app_gettid()
 #ifdef __NR_gettid
        return syscall(__NR_gettid);
 #else
-       fprintf(stderr, "__NR_gettid is not defined, please include linux/unistd.h ");
+       WDUA_LOGE("__NR_gettid is not defined, please include linux/unistd.h ");
        return -1;
 #endif
 }