Skip to content

Commit

Permalink
Merge pull request #229 from DUNE-DAQ/plasorak/fix-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
plasorak authored Oct 14, 2023
2 parents a768638 + 25e0e07 commit 87eafb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nanorc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.8"
__version__ = "5.0.9"
2 changes: 1 addition & 1 deletion src/nanorc/cfgmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def _load_boot(self, config, port_offset, resolve_hostname):
port = boot['services'][app]['port']
newport = port + port_offset
boot['services'][app]['port'] = newport
self.log.debug(f"{app} ctrl port: {boot['apps'][app]['port']}")
self.log.debug(f"{app} ctrl port: {boot['services'][app]['port']}")

for app in boot["apps"]:
port = boot['apps'][app]['port']
Expand Down

0 comments on commit 87eafb6

Please sign in to comment.