Adjust build to new dlog 00/195700/2 accepted/tizen/unified/20181221.125519 submit/tizen/20181221.044129
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 17 Dec 2018 09:14:04 +0000 (10:14 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Mon, 17 Dec 2018 10:31:27 +0000 (11:31 +0100)
Change-Id: I91b4fc5045c7ca4b10b44fd6e364206e7c6c2640

dcm-client/dcmclient.cpp

index c8de053..1bed22a 100644 (file)
@@ -253,7 +253,7 @@ int dcm_client_connection_impl::sign_data(mbedtls_md_type_t digestType, const vo
 
        if(!fCookie) {
 #ifdef USE_DLOG_LOGGING
-               LOGE("%s: Trying to request data signing in object %p but there is no connection", __FUNCTION__);
+               LOGE("%s: Trying to request data signing in object %p but there is no connection", __FUNCTION__, this);
 #endif
                return DCM_ERROR_SOCKET;
        }