diff --git a/components/spotify/cspot/bell/nanopb/generator/proto/__init__.py b/components/spotify/cspot/bell/nanopb/generator/proto/__init__.py index 29153d40..d2f44ebb 100644 --- a/components/spotify/cspot/bell/nanopb/generator/proto/__init__.py +++ b/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