diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-19 21:30:35 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-19 21:30:35 +0000 |
| commit | c7c32addb2a9f0fa9191d291f42b52e573d67073 (patch) | |
| tree | 35ed3d8e2600f438ae1640cba356c9b2d5c8fe45 /release/sysinstall/command.c | |
| parent | 1c1834210c3be784f953bac989f08df9c5cdb1a8 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/command.c')
| -rw-r--r-- | release/sysinstall/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/command.c b/release/sysinstall/command.c index 08a58a1f3a2c..4b84376efc00 100644 --- a/release/sysinstall/command.c +++ b/release/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: command.c,v 1.6 1995/05/18 09:01:44 jkh Exp $ + * $Id: command.c,v 1.7 1995/05/18 23:36:21 gpalmer Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -172,7 +172,7 @@ command_execute(void) else { /* It's a function pointer - call it with the key and the data */ func = (commandFunc)commandStack[i]->cmds[j].ptr; - msgNotify("Executing internal command @ %0x", func); + msgNotify("%x: Execute(%s, %s)", func, commandStack[i]->key, commandStack[i]->cmds[j].data); ret = (*func)(commandStack[i]->key, commandStack[i]->cmds[j].data); msgDebug("Function @ %x returns status %d\n", commandStack[i]->cmds[j].ptr, ret); } |
