rename to logcollector

This commit is contained in:
Girish Ramakrishnan
2016-04-19 18:13:05 -07:00
parent 2f8dc35c5d
commit 15653cb3f8
3 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ var appdb = require('./appdb.js'),
cloudron = require('./cloudron.js'),
debug = require('debug')('box:taskmanager'),
locker = require('./locker.js'),
sendCrashNotification = require('./crashnotifier.js').sendCrashNotification,
sendCrashNotification = require('./logcollector.js').sendCrashNotification,
util = require('util'),
_ = require('underscore');