"vscode:/vscode.git/clone" did not exist on "bbf0736c4e472c5488fae6990de51417bc8a2e42"
Modify some error logs printing level. (#9306)
1. In sendBulkToSlave, we used LL_VERBOSE in the past, changed to LL_WARNING. (all the other places that do freeClient(slave) use LL_WARNING) 2. The old style LOG_WARNING, chang it to LL_WARNING. Introduced in an old pr (#1690).
Please register or sign in to comment