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
100% agreed. Error handling in gstpeaq is really bad presently. For this particular issue, g_printerr probably is the way to go. A PR to that effect would be welcome. Otherwise I might eventually get around to doing it, but not too soon.
The
peaq
utility currently prints the error to stdout, using a bunch ofputs
. This made my script a little harder to debug.I'm afraid there's no easy thing like
puts
for stderr: you'd have to write a function yourself. LikeThe text was updated successfully, but these errors were encountered: