homebridge-flume 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/lib/connection/http.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/lib/connection/http.js
CHANGED
|
@@ -315,7 +315,7 @@ export default class {
|
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
// Log the response if in debug mode
|
|
318
|
-
this.log('[HTTP getLeakInfo()] %s.', JSON.stringify(res.data));
|
|
318
|
+
this.log.debug('[HTTP getLeakInfo()] %s.', JSON.stringify(res.data));
|
|
319
319
|
|
|
320
320
|
// Parse the response
|
|
321
321
|
return res.data.data[0];
|