We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfabf9f commit bc2855aCopy full SHA for bc2855a
plugins/bas-guest-access.js
@@ -68,7 +68,7 @@ function pluginHandlerGetDoUserManagement(mJSO, wsConnect) {
68
fs.readFile(bundleListPath, 'utf8', function (err, data) {
69
if (err) {
70
main.log.info('Error reading _bundleList.json: ' + err,
71
- '; bundleListPath:' bundleListPath,
+ '; bundleListPath:', bundleListPath,
72
'; clientID:', wsConnect.connectionID,
73
'; clientIP:', wsConnect._socket.remoteAddress);
74
0 commit comments