Wireshark-commits: [Wireshark-commits] master 6fa2ad4: Lua: remove various logging functions (debug

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 07 Sep 2018 04:02:51 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6fa2ad4922ce296a26bdd9f54622a491209ec3cd
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6fa2ad4 by Peter Wu (peter@xxxxxxxxxxxxx):

    Lua: remove various logging functions (debug, warn, etc.)
    
    The "debug" logging function overwrites the "debug" package which breaks
    luacov: https://github.com/keplerproject/luacov/issues/55
    
    Change-Id: I9b6025c060733198bfff8ea959444c09d6e08709
    Reviewed-on: https://code.wireshark.org/review/29449
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d703310   cmake: optionally require Lua 5.1 or newer
     add  6fa2ad4   Lua: remove various logging functions (debug, warn, etc.)


Summary of changes:
 docbook/release-notes.asciidoc |  4 +++-
 epan/wslua/console.lua         | 31 ++++++++++--------------
 epan/wslua/template-init.lua   |  8 -------
 epan/wslua/wslua.h             |  1 -
 epan/wslua/wslua_util.c        | 54 ------------------------------------------
 test/lua/globals_2.2.txt       |  5 ----
 6 files changed, 16 insertions(+), 87 deletions(-)