use new string method

Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
Pasta 2019-06-10 15:33:41 -05:00
parent 70a164fd8a
commit b9e10fb42e
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -161,7 +161,7 @@ UniValue debug(const JSONRPCRequest& request)
}
}
return "Debug mode: " + ListActiveLogCategories();
return "Debug mode: " + ListActiveLogCategoriesString();
}
UniValue mnsync(const JSONRPCRequest& request)