Browse Source

Fix debug messgae

Serj Kalichev 9 years ago
parent
commit
39708cc684
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clish/shell/shell_startup.c

+ 1 - 1
clish/shell/shell_startup.c

@@ -268,7 +268,7 @@ int clish_shell_prepare(clish_shell_t *this)
 					) {
 #ifdef DEBUG
 					fprintf(stderr, "Warning: Remove unresolved link \"%s\" from \"%s\" VIEW\n",
-						clish_command__get_name(nspace), clish_view__get_name(view));
+						clish_command__get_name(cmd), clish_view__get_name(view));
 #endif
 					lub_bintree_remove(cmd_tree, cmd);
 					clish_command_delete(cmd);