Skip to content

Commit 03a82cd

Browse files
update logging messages
1 parent 992affe commit 03a82cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/EssenceStream/OutputVideo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ void OutputVideo::setProfile( const Profile::ProfileDesc& desc, const avtranscod
213213
}
214214
catch( std::exception& e )
215215
{
216-
std::cout << "warning: " << e.what() << std::endl;
216+
//std::cout << "warning: " << e.what() << std::endl;
217217
}
218218
}
219219

@@ -235,7 +235,7 @@ void OutputVideo::setProfile( const Profile::ProfileDesc& desc, const avtranscod
235235
}
236236
catch( std::exception& e )
237237
{
238-
std::cout << "2.warning: " << e.what() << std::endl;
238+
std::cout << "warning: " << e.what() << std::endl;
239239
}
240240
}
241241
}

0 commit comments

Comments
 (0)