[Groonga-commit] groonga/groonga at e2d9061 [master] logger: fix a typo

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Fri Jan 18 08:32:04 JST 2019


Yasuhiro Horimoto	2019-01-18 08:32:04 +0900 (Fri, 18 Jan 2019)

  Revision: e2d90616c36aefe5f1ac28b1d4264dd79932bfb1
  https://github.com/groonga/groonga/commit/e2d90616c36aefe5f1ac28b1d4264dd79932bfb1

  Merged aae4d18: Merge pull request #893 from komainu8/add_processid_in_log

  Message:
    logger: fix a typo

  Modified files:
    lib/logger.c

  Modified: lib/logger.c (+1 -1)
===================================================================
--- lib/logger.c    2019-01-17 17:25:01 +0900 (7589a6b71)
+++ lib/logger.c    2019-01-18 08:32:04 +0900 (4e7ba7665)
@@ -138,7 +138,7 @@ grn_log_flags_parse(const char *string)
       flags |= GRN_LOG_PID;
       string += strlen(string);
       continue;
-    } else if (strcmp(string, "+threadi-id")) {
+    } else if (strcmp(string, "+thread-id")) {
       flags |= GRN_LOG_THREAD_ID;
       string += strlen(string);
       continue;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190118/1a4a892c/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index