Browse Source

more logs

Sebastien L 3 years ago
parent
commit
5cad1aeed6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      components/spotify/cspot/bell/nanopb/generator/proto/__init__.py

+ 2 - 0
components/spotify/cspot/bell/nanopb/generator/proto/__init__.py

@@ -30,7 +30,9 @@ if os.path.isfile(protosrc):
 
             cmd.append("-I={}".format(_builtin_proto_include))
         try:
+            sys.stdout.write("Invoking:" + ' '.join(cmd) + "\n")
             invoke_protoc(argv=cmd)
         except:
+            sys.stdout.write("Failed to build nanopb_pb2.py: " + ' '.join(cmd) + "\n")
             sys.stderr.write("Failed to build nanopb_pb2.py: " + ' '.join(cmd) + "\n")
             raise