Selaa lähdekoodia

Update Router.hpp

Leonid Stryzhevskyi 2 vuotta sitten
vanhempi
commit
995658834e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/oatpp/web/url/mapping/Router.hpp

+ 1 - 1
src/oatpp/web/url/mapping/Router.hpp

@@ -148,7 +148,7 @@ public:
 
     for(auto& pair : m_endpointsByPattern) {
       auto mapping = pair.first->toString();
-      OATPP_LOGD("Router", "url '%s %s' -> mapped", (const char*)branch.getData(), (const char*) mapping->getData());
+      OATPP_LOGD("Router", "url '%s %s' -> mapped", (const char*)branch.getData(), mapping->c_str());
     }
 
   }