minor formatting inconsistencies in logged settings

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
OneCD
Hero Member
Hero Member
Posts: 557
Joined: March 4th, 2017, 3:47 pm

minor formatting inconsistencies in logged settings

Post by OneCD »

Hello.

I've just upgraded to SABnzbd 2.3.3 and it's all going very well! ;D

But, whilst examining the log, I noticed in the section at the end where all the settings are displayed, there are a few variable / value pairs missing whitespace chars either side of the equals (=) sign. This appears to be limited to locations where the values for username and password have been replaced with safe text. As this is only done for display purposes, it's unlikely to have any effect to program operation. The 'email_to' field has been sanitised correctly.

Like the title says - "minor". But my obsessive-compulsive disorder has noticed it. ;)

(Unfortunately, the <code> tags on this forum don't use a monospaced font, so the issue may not be immediately apparent, as shown below.)

Code: Select all

email_to = <REMOVED>
password=<PASSWORD>
permissions = 777

Code: Select all

tv_sort_string = ""
username=<USER>
unpack_check = 0

Code: Select all

[newzbin]
username=<USER>
bookmark_rate = 60
bookmarks = 0
password=<PASSWORD>
unbookmark = 1
[nzbmatrix]
username=<USER>
apikey = ""

Code: Select all

send_group = 0
password=<PASSWORD>
optional = 0

Code: Select all

[[eunews.frugalusenet.com]]
username=<USER>
priority = 1
Stuff I like: Apache bash cron DD-WRT Debian DNSMasq Entware FireFox GitHub ImageMagick Kate KDE LibreELEC Netrunner NFS NVIDIA OpenVPN Orvibo-S20 pfSense Python Raspberry-Pi RAID SABnzbd Transmission Usenet VirtualBox Watcher3 XFCE
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: minor formatting inconsistencies in logged settings

Post by safihre »

The reason is that I suck at regular expressions so this was the best I could come up with :D
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply