diff options
| author | Xinhui | 2016-08-31 15:23:31 +0200 | 
|---|---|---|
| committer | Xinhui | 2016-08-31 15:23:31 +0200 | 
| commit | a71d5b8ff5804094bcbe1c945ad8fde02ba7f9f0 (patch) | |
| tree | 169f4433efcece6d503b27de0c6bbb65c8788918 /lib/tasks | |
| parent | c3d262e691c3301243be89e498c8d8034c9f4b53 (diff) | |
| download | chouette-core-a71d5b8ff5804094bcbe1c945ad8fde02ba7f9f0.tar.bz2 | |
Reflex:sync log processing time
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/reflex.rake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/tasks/reflex.rake b/lib/tasks/reflex.rake index 0bc3953a8..0020f1b60 100644 --- a/lib/tasks/reflex.rake +++ b/lib/tasks/reflex.rake @@ -3,6 +3,6 @@ namespace :reflex do    task sync: :environment  do      start = Time.now      Stif::ReflexSynchronization.synchronize -    Rails.logger.debug "Reflex-api sync done in #{Time.now - start} seconds !" +    Rails.logger.debug "Reflex:sync done in #{Time.now - start} seconds !"    end  end | 
