Commit 1642140a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

shard: Typo

parent 0bbc1793
...@@ -89,7 +89,7 @@ sharddir_backend(const struct sharddir *shardd, unsigned id) ...@@ -89,7 +89,7 @@ sharddir_backend(const struct sharddir *shardd, unsigned id)
#define SHDBG(flag, shardd, ...) \ #define SHDBG(flag, shardd, ...) \
do { \ do { \
if ((shardd)->debug_flags & (flag)) \ if ((shardd)->debug_flags & (flag)) \
VSL(SLT_Debug, 0, "vmod_directors_ shard: " \ VSL(SLT_Debug, 0, "vmod_directors: shard: " \
__VA_ARGS__); \ __VA_ARGS__); \
} while (0) } while (0)
......
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