Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def dmesgTimeConvert(ts)
- begin
- rescue => msg
- printf "error in dmesgTimeConcert => #{msg}\n"
- exit 1
- end
- end
- Want it to be:
- def dmesgTimeConvert(ts)
- begin
- rescue => msg
- printf "error in #{this is my function I am currently in} => #{msg}\n"
- exit 1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement