Fix Svace issue WGID 143851 68/101768/1
authorYu Jiung <jiung.yu@samsung.com>
Fri, 2 Dec 2016 06:27:02 +0000 (15:27 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Fri, 2 Dec 2016 06:27:14 +0000 (15:27 +0900)
Change-Id: Ib0db22fa0d70702f9437b1e16c84cc09bd71352c
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/wifi-direct-manager.spec
src/wifi-direct-session.c

index 22587fd..9204763 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          wifi-direct-manager
 Summary:       Wi-Fi Direct manger
-Version:       1.2.213
+Version:       1.2.214
 Release:       1
 Group:      Network & Connectivity/Wireless
 License:    Apache-2.0
index 0629049..292b05e 100644 (file)
@@ -787,7 +787,7 @@ int wfd_session_asp_persistent_connect(wfd_session_s *session, int persist_group
 
        res = wfd_oem_create_group(manager->oem_ops, &param);
        if (res < 0) {
-               WDS_LOGD("Failed to connect peer [" MACSECSTR "]", MAC2SECSTR(peer->dev_addr));
+               WDS_LOGD("Failed to create persistent group for ASP");
                wfd_destroy_session(manager);
                __WDS_LOG_FUNC_EXIT__;
                return -1;