瀏覽代碼

svn: 1367

Bryan Drewery 21 年之前
父節點
當前提交
1cd20255dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/conf.c

+ 1 - 0
src/conf.c

@@ -34,6 +34,7 @@ tellconf(conf_t * inconf)
   int i = 0;
 
   sdprintf("uid: %d\n", inconf->uid);
+  sdprintf("uname: %s\n", inconf->uname);
   sdprintf("homedir: %s\n", inconf->homedir);
   sdprintf("binpath: %s\n", inconf->binpath);
   sdprintf("binname: %s\n", inconf->binname);