Skip to content

Commit

Permalink
Merge branch 'master' of github.com:linuxmuster/linuxmuster-linuxclient7
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianim committed Oct 2, 2021
2 parents ebc46a2 + d1840d1 commit ed9bd26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/lib/python3/dist-packages/linuxmusterLinuxclient7/gpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def processAllPolicies():
"""
rc, policyDnList = _findApplicablePolicies()
if not rc:
logging.fatal("Error when loading applicable GPOs! Shares and printers will not work.")
logging.fatal("* Error when loading applicable GPOs! Shares and printers will not work.")
return False

for policyDn in policyDnList:
Expand Down Expand Up @@ -287,4 +287,4 @@ def _processPrintersPolicy(policyBasepath):
logging.info("* {0}\t\t| {1}\t| {2}".format(printer["name"], printer["path"], printer["filters"]))
printers.installPrinter(printer["path"], printer["name"])

logging.info("==> Successfully parsed a printer policy! ==")
logging.info("==> Successfully parsed a printer policy! ==")

0 comments on commit ed9bd26

Please sign in to comment.