Explorar o código

some minor changes

Enzo hai 1 ano
pai
achega
b4525bd2fa
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      dependencies/log
  2. 1 1
      services/message-auditor.service.ts
  3. 2 2
      test/test4.ts

+ 1 - 1
dependencies/log

@@ -1 +1 @@
-Subproject commit 4c1fd6ea154499e9045cb8e2480ee3ff69a3f326
+Subproject commit d2b19d8619e2d5cc96c5ade77d9195b7b861aa85

+ 1 - 1
services/message-auditor.service.ts

@@ -33,7 +33,7 @@ export class MessageAuditorService implements MessageAuditorServiceInterface {
                 missingMsg.subscribe({
                     next: element => {
                         msg.next(element)
-                        console.log(`Synchronizing ${element.appData.msgId} ....`)
+                        console.log(`Audit: Returning missing messages ${element.appData.msgId} ....`)
                     }
                 })
             }

+ 2 - 2
test/test4.ts

@@ -84,11 +84,11 @@ let settings: MessageSynchronisationServiceSetting = {
     incomingSource: {
         //all of the settings to be combined here
         ...primary_storage,
-        tags: ['Fingerprint']
+        tags: ['default']
     }, //LogSetting & {tags:string[] },   
     target: {
         ...secondary_storage,
-        tags: ['Fingerprint']
+        tags: ['default']
     }  //LogSetting & {tags:string[] }  
 }