Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
knopkem committed Mar 2, 2020
1 parent e5c971a commit 999573b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/ServerAsyncWorker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void ServerAsyncWorker::Execute(const ExecutionProgress& progress)
}

{
std::string msg("starting c-store server: ");
std::string msg("starting c-store scp: ");
msg.append(in.source.ip);
msg.append(" : ");
msg.append(in.source.port);
Expand Down Expand Up @@ -206,11 +206,6 @@ void ServerAsyncWorker::Execute(const ExecutionProgress& progress)
// DICOM commands
imebra::DimseService dimse(scp);

{
std::string msg("assoc received...");
progress.Send(msg.c_str(), msg.length());
}

try
{
// Receive commands until the association is closed
Expand Down Expand Up @@ -245,7 +240,7 @@ void ServerAsyncWorker::Execute(const ExecutionProgress& progress)
}

{
std::string msg("shutting down...");
std::string msg("shutting down scp...");
progress.Send(msg.c_str(), msg.length());
}

Expand Down

0 comments on commit 999573b

Please sign in to comment.