Merge "Omaha #3110 Fix typos in revision comment and log message. Changed to log number of messages in queue instead of number being added to queue." into omaha_14.4.1
Former-commit-id:d8dc6eceef
[formerly 6efd831efcc5372c7e7bfd52265d13de382407ee] Former-commit-id:acd7620d7a
This commit is contained in:
commit
485aced54c
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ import com.raytheon.viz.gfe.Activator;
|
|||
* Sep 03, 2008 1448 chammack Implement refactored interface
|
||||
* Mar 01, 2012 #346 dgilling Use identity-based ListenerLists.
|
||||
* May 22, 2014 #3110 randerso Queue messages received prior to start rather
|
||||
* than dropping them on the foor
|
||||
* than dropping them on the floor
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -203,8 +203,8 @@ public class NotificationRouter implements INotificationObserver {
|
|||
this.messageList.add(messages);
|
||||
statusHandler
|
||||
.handle(Priority.VERBOSE,
|
||||
messages.length
|
||||
+ "notification messages queued because router is not started");
|
||||
messageList.size()
|
||||
+ " notification messages queued because router is not started");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue