gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: logging
Date: Thu, 06 Aug 2020 14:23:17 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 710f8ade logging
710f8ade is described below

commit 710f8ade3372975612fbce65dc87a256805c6a3b
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 6 17:53:13 2020 +0530

    logging
---
 packages/taler-integrationtests/src/harness.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-integrationtests/src/harness.ts 
b/packages/taler-integrationtests/src/harness.ts
index 2fa349d8..21ab51eb 100644
--- a/packages/taler-integrationtests/src/harness.ts
+++ b/packages/taler-integrationtests/src/harness.ts
@@ -287,11 +287,12 @@ export class GlobalTestState {
   }
 
   spawnService(command: string, logName: string): ProcessWrapper {
-    console.log("spawning process", command);
+    console.log(`spawning process (${logName})`, command);
     const proc = spawn(command, {
       shell: true,
       stdio: ["inherit", "pipe", "pipe"],
     });
+    console.log(`spawned process (${logName}) with pid ${proc.pid}`);
     proc.on("error", (err) => {
       console.log(`could not start process (${command})`, err);
     });

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]