printf removed
[apps/native/ug-wifi-direct.git] / popup-wifidirect / src / wfd-app-util.c
index 8efb237..7231757 100644 (file)
@@ -1,13 +1,13 @@
 /*
 *  WiFi-Direct UG
 *
-* Copyright 2012  Samsung Electronics Co., Ltd
+* Copyright 2012 Samsung Electronics Co., Ltd
 
-* Licensed under the Flora License, Version 1.0 (the "License");
+* Licensed under the Flora License, Version 1.1 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 
-* http://www.tizenopensource.org/license
+* http://floralicense.org/license
 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
@@ -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 ");
+       WDPOP_LOGE("__NR_gettid is not defined, please include linux/unistd.h ");
        return -1;
 #endif
 }