Skip to content
  • Denis Ollier's avatar
    __func__ keyword must not be quoted · 8ee97126
    Denis Ollier authored
    When __func__ is quoted, it is not replaced by the preprocessor leading
    to the following output:
    
        28/10/2017 11:40:52 Trace calls: __func__
    
    instead of the expected one:
    
        28/10/2017 11:45:08 Trace calls: remmina_on_startup
    8ee97126