Skip to content

Commit 8ae99ee

Browse files
dnoliverajagadi1
andauthored
Fix typos on logs and comments (open-edge-platform#226)
Co-authored-by: Ashish Jagadish <ashish.jagadish@intel.com>
1 parent 7521484 commit 8ae99ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

microservices/dlstreamer-pipeline-server/src/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def main(cfg: PipelineServerConfig):
134134
rest_server.stop()
135135
#exit_handler()
136136

137-
# identify load pipleines
137+
# identify load pipelines
138138
loaded_pl = pipeline_server_mgr.get_loaded_pipelines()
139139
log.info("="*10+" Loaded pipelines: "+"="*10)
140140
for pl in loaded_pl:

microservices/dlstreamer-pipeline-server/src/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def _initialize_pipelines(self)->None:
502502
# initialize pipeline
503503
pipeline = Pipeline(self.pipeline_root, self.pipeline_name, pipeline_cfg, pub_cfg, sub_cfg, sub_topic, publish_frame)
504504
self._PIPELINES[pipeline_version] = pipeline
505-
self.log.info("Initialized pipleine: {} with publishers: {}".format(pipeline_version, pub_cfg))
505+
self.log.info("Initialized pipeline: {} with publishers: {}".format(pipeline_version, pub_cfg))
506506

507507
def start(self)->None:
508508
"""Start Pipeline Server and autostart enabled pipelines """

0 commit comments

Comments
 (0)