Commit c2a72457 authored by Geoff Simmons's avatar Geoff Simmons

fix the error message

parent 69dbe50d
......@@ -40,7 +40,7 @@
#include "vmod_blobdigest.h"
#define ERR(ctx, msg) \
errmsg((ctx), "vmod blobcode error: " msg)
errmsg((ctx), "vmod blobdigest error: " msg)
#define ERRNOMEM(ctx, msg) \
ERR((ctx), msg ", out of space")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment