Browse Source

Fix doc of lager_console_backend

pull/173/head
Yuki Ito 11 years ago
parent
commit
f9060e708c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lager_console_backend.erl

+ 1
- 1
src/lager_console_backend.erl View File

@ -132,7 +132,7 @@ is_new_style_console_available() ->
%% about log events being blocked by the old-style shell. %% about log events being blocked by the old-style shell.
%% 2. Windows doesn't support the new shell, so all windows users %% 2. Windows doesn't support the new shell, so all windows users
%% have is the oldshell. %% have is the oldshell.
%% 3. If the user_drv process iss registered, all is OK.
%% 3. If the user_drv process is registered, all is OK.
%% 'user_drv' is a registered proc name used by the "new" %% 'user_drv' is a registered proc name used by the "new"
%% console driver. %% console driver.
init:get_argument(noshell) /= error orelse init:get_argument(noshell) /= error orelse

Loading…
Cancel
Save