diff options
Diffstat (limited to 'options-cmd.c')
-rw-r--r-- | options-cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options-cmd.c b/options-cmd.c index 106def0b..b31754e7 100644 --- a/options-cmd.c +++ b/options-cmd.c @@ -1,4 +1,4 @@ -/* $Id: options-cmd.c,v 1.2 2009-01-07 19:53:17 nicm Exp $ */ +/* $Id: options-cmd.c,v 1.3 2009-01-10 01:51:22 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -122,7 +122,7 @@ set_option_flag(struct cmd_ctx *ctx, struct options *oo, } options_set_number(oo, entry->name, flag); - ctx->info(ctx, + ctx->info(ctx, "set option: %s -> %s", entry->name, flag ? "on" : "off"); } |