summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/errors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/errors.c b/src/utils/errors.c
index ada48cd..9b9dfdb 100644
--- a/src/utils/errors.c
+++ b/src/utils/errors.c
@@ -26,6 +26,9 @@ const char *hubbub_error_to_string(hubbub_error error)
case HUBBUB_OOD:
result = "Out of data";
break;
+ case HUBBUB_REPROCESS:
+ result = "Internal (reprocess token)";
+ break;
case HUBBUB_NOMEM:
result = "Insufficient memory";
break;