Change internal name dist -> disk.
[dcpomatic.git] / src / lib / log_entry.cc
index eecd35f01b4135562ff91427cd0a41468daa0897..4aff47c73a035fe58b518a2e59612fa92cefc0c7 100644 (file)
@@ -32,7 +32,7 @@ int const LogEntry::TYPE_DEBUG_ENCODE = 0x010;
 int const LogEntry::TYPE_TIMING       = 0x020;
 int const LogEntry::TYPE_DEBUG_EMAIL  = 0x040;
 int const LogEntry::TYPE_DEBUG_PLAYER = 0x080;
-int const LogEntry::TYPE_DIST         = 0x100;
+int const LogEntry::TYPE_DISK         = 0x100;
 
 using std::string;