NebulousLabs / Sia-Ant-Farm

A tool for setting up small testnets for Sia.
MIT License
24 stars 16 forks source link

escape percent character to prevent being used as printf verb #38

Closed avahowell closed 8 years ago

avahowell commented 8 years ago

There was an unescaped '%' in one of the logging statements in the renter job, being read as a printf verb. This PR adds an extra '%' to properly escape this character.