WIP: deploy new logging flags in lumiera
This commit is contained in:
parent
b9fc2d6522
commit
288df8eb35
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "include/nobugcfg.h"
|
||||
#include "common/logging.h"
|
||||
#include "lib/error.hpp"
|
||||
#include "common/appstate.hpp"
|
||||
#include "common/option.hpp"
|
||||
|
|
@ -52,7 +52,7 @@ namespace {
|
|||
int
|
||||
main (int argc, const char* argv[])
|
||||
{
|
||||
NOTICE (lumiera, "*** Lumiera NLE for Linux ***");
|
||||
NOTICE (main, "*** Lumiera NLE for Linux ***");
|
||||
|
||||
AppState& application = AppState::instance();
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue