Skip to content

Commit

Permalink
Update pycatfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Oct 26, 2022
1 parent 608e975 commit ddbb4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def VerbosePrintOut(dbgtxt, outtype="log", dbgenable=True, dgblevel=20):
print(dbgtxt);
return True;
elif(outtype=="log" and dbgenable):
VerbosePrintOut(dbgtxt);
logging.info(dbgtxt);
return True;
elif(outtype=="warning" and dbgenable):
logging.warning(dbgtxt);
Expand Down

0 comments on commit ddbb4f5

Please sign in to comment.