mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-03-21 Fred Gleason <fredg@paravelsystems.com>
* Added a startup check for the 'rivendell' service.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Rivendell PAD Consolidation Server
|
||||
//
|
||||
// (C) Copyright 2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2018-2019 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -44,7 +44,7 @@ QByteArray MetadataSource::buffer() const
|
||||
|
||||
bool MetadataSource::appendBuffer(const QByteArray &data)
|
||||
{
|
||||
printf("data: %s\n",(const char *)data);
|
||||
// printf("data: %s\n",(const char *)data);
|
||||
|
||||
if(meta_committed) {
|
||||
meta_buffer.clear();
|
||||
|
Reference in New Issue
Block a user