瀏覽代碼

Fix debug messgae

Serj Kalichev 9 年之前
父節點
當前提交
39708cc684
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);