|
@@ -210,7 +210,7 @@ void scan_mystic_log(void) {
|
|
|
ZF_LOGE("New User: %s", (const char *)username.c_str());
|
|
|
// once we know this works -- lookup user's record
|
|
|
locate_user(username.c_str());
|
|
|
- ZF_LOGD("Username: [%s] A.K.A. [%s]", (const char *)username.c_str(),
|
|
|
+ ZF_LOGE("Username: [%s] A.K.A. [%s]", (const char *)username.c_str(),
|
|
|
(const char *)fullname.c_str());
|
|
|
}
|
|
|
}
|
|
@@ -224,7 +224,7 @@ void scan_mystic_log(void) {
|
|
|
ZF_LOGE("User: %s", (const char *)username.c_str());
|
|
|
// verify this works, lookup
|
|
|
locate_user(username.c_str());
|
|
|
- ZF_LOGD("Username: [%s] A.K.A. [%s]", (const char *)username.c_str(),
|
|
|
+ ZF_LOGE("Username: [%s] A.K.A. [%s]", (const char *)username.c_str(),
|
|
|
(const char *)fullname.c_str());
|
|
|
}
|
|
|
}
|