diff options
Diffstat (limited to 'services/sync/modules/record.js')
-rw-r--r-- | services/sync/modules/record.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/sync/modules/record.js b/services/sync/modules/record.js index e609ad1bc..5dc1c012c 100644 --- a/services/sync/modules/record.js +++ b/services/sync/modules/record.js @@ -236,7 +236,7 @@ RecordManager.prototype = { return this.set(url, record); } catch(ex) { - this._log.debug("Failed to import record: " + Utils.exceptionStr(ex)); + this._log.debug("Failed to import record: ", ex); return null; } }, |