mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Oops, forgot to comment out the auth user/pass line from the log file (don't need to keep that around).
This commit is contained in:
@@ -84,7 +84,7 @@ void WebSocket::EvaluateREST(QString msg){
|
||||
qDebug() << " VERB:" << IN.VERB << "URI:" << IN.URI;
|
||||
qDebug() << " HEADERS:" << IN.Header;
|
||||
qDebug() << " BODY:" << IN.Body;
|
||||
qDebug() << " Auth:" << IN.auth;
|
||||
//qDebug() << " Auth:" << IN.auth;
|
||||
qDebug() << "JSON Values:";
|
||||
qDebug() << " - Name:" << IN.name;
|
||||
qDebug() << " - Namespace:" << IN.namesp;
|
||||
|
||||
Reference in New Issue
Block a user