Update msg_hash_us.c

rafiki on IRC spotted this bug. I initially edited this string while creating the feature and never returned to it since. We have now found each other and we lived happily ever after.
This commit is contained in:
rz5 2016-06-23 18:55:13 +01:00 committed by GitHub
parent b434f0863a
commit d8d0fdd11f

View File

@ -2120,7 +2120,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
case MSG_RESET:
return "Reset";
case MSG_FAILED_TO_LOAD_STATE:
return "Nothing to undo.";
return "Failed to load state from";
case MSG_FAILED_TO_SAVE_STATE_TO:
return "Failed to save state to";
case MSG_FAILED_TO_UNDO_LOAD_STATE: