You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no good way to figure out what went wrong when something goes wrong. Logging statements should be added throughout the program to help with debugging, as well as figuring out what is wrong when someone has an issue.
Additionally, errors are put in a field in the lickdir_t struct. This is the primary reason the struct needs to be passed to almost every function. This might be able to be replaced with logging infrastructure.
The text was updated successfully, but these errors were encountered:
Currently, there is no good way to figure out what went wrong when something goes wrong. Logging statements should be added throughout the program to help with debugging, as well as figuring out what is wrong when someone has an issue.
Additionally, errors are put in a field in the
lickdir_t
struct. This is the primary reason the struct needs to be passed to almost every function. This might be able to be replaced with logging infrastructure.The text was updated successfully, but these errors were encountered: