@ -361,7 +361,7 @@ public class MpMasterService extends Service {
((ts - modifiedTimeOfPhoto) > mTimeOfMpAppAlive * 4) ||
((ts - modifiedTimeOfUpload) > mTimeOfMpAppAlive * 4)) {
// greater than 30m
logger.warning("Start MpAPP as it is NOT running");
logger.warning("Restart MpAPP as it is NOT Running");
MicroPhotoContext.restartMpApp(context);
mTimeToStartMpApp = ts;
}