bugfix log tag
This commit is contained in:
parent
5cc2f13dd7
commit
286c645a69
@ -21,6 +21,9 @@
|
||||
|
||||
#include "BintrayClient.h"
|
||||
|
||||
// Local logging tag
|
||||
static const char TAG[] = __FILE__;
|
||||
|
||||
BintrayClient::BintrayClient(const String &user, const String &repository, const String &package)
|
||||
: m_user(user), m_repo(repository), m_package(package),
|
||||
m_storage_host("pax.express"),
|
||||
|
Loading…
Reference in New Issue
Block a user