projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8d187
)
Don't clobber configured log types in the player.
author
Carl Hetherington
<cth@carlh.net>
Sun, 26 May 2024 16:25:52 +0000
(18:25 +0200)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 27 Jul 2024 11:10:44 +0000
(13:10 +0200)
src/tools/dcpomatic_player.cc
patch
|
blob
|
history
diff --git
a/src/tools/dcpomatic_player.cc
b/src/tools/dcpomatic_player.cc
index e658395211c5b040cce4b191518b641ea477ab9d..0474b4d91e0630d7abef9ceb0bf9e05a22828982 100644
(file)
--- a/
src/tools/dcpomatic_player.cc
+++ b/
src/tools/dcpomatic_player.cc
@@
-1063,7
+1063,6
@@
private:
} else {
dcpomatic_log = make_shared<NullLog>();
}
- dcpomatic_log->set_types (LogEntry::TYPE_GENERAL | LogEntry::TYPE_WARNING | LogEntry::TYPE_ERROR | LogEntry::TYPE_DEBUG_VIDEO_VIEW);
}
}