diff options
Diffstat (limited to 'libglusterfs/src/graph.y')
| -rw-r--r-- | libglusterfs/src/graph.y | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/graph.y b/libglusterfs/src/graph.y index 56cab044266..e63febdc08b 100644 --- a/libglusterfs/src/graph.y +++ b/libglusterfs/src/graph.y @@ -123,7 +123,7 @@ new_volume (char *name)          int          ret = 0;          if (!name) { -                gf_msg_debug ("parser", 0,"Invalid argument name: '%s'", name); +                gf_msg_debug ("parser", 0,"Invalid argument name");                  ret = -1;                  goto out;          }  | 
