|
@@ -1604,7 +1604,7 @@ char* G_option_to_separator(const struct Option *option)
|
|
else
|
|
else
|
|
sep = G_store(option->answer);
|
|
sep = G_store(option->answer);
|
|
|
|
|
|
- G_debug(2, "G_option_to_separator(): key = %s -> sep = '%s'",
|
|
|
|
|
|
+ G_debug(3, "G_option_to_separator(): key = %s -> sep = '%s'",
|
|
option->key, sep);
|
|
option->key, sep);
|
|
|
|
|
|
return sep;
|
|
return sep;
|