diff options
Diffstat (limited to 'src/tools/dcpomatic_player.cc')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index b0873da09..21b62822f 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -335,7 +335,7 @@ public: } catch (std::exception& e) { LOG_ERROR("Destructor threw {}", e.what()); } catch (...) { - LOG_ERROR_NC("Destructor threw"); + LOG_ERROR("Destructor threw"); } } |
