history cmd std msg

git-svn-id: file:///home/jj/hercules.svn/trunk@6027 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Bernard van der Helm
2010-05-24 11:29:51 +00:00
parent 3f74ee173f
commit d9d96e0cc2
2 changed files with 2 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ int history_show() {
HISTORY *tmp;
tmp = history_lines;
while (tmp != NULL) {
logmsg("%4d %s\n", tmp->number, tmp->cmdline);
WRMSG(HHC02273, "I", tmp->number, tmp->cmdline);
tmp = tmp->next;
}
return(0);