Skip to content

Commit 0f3c935

Browse files
committed
std::cerr -> printf()
1 parent f4d4ce9 commit 0f3c935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Macros/runMassFitter.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ void readJsonVector(std::vector<T>& vec, const Document& config, const std::stri
633633
int main(int argc, const char* argv[])
634634
{
635635
if (argc == 1) {
636-
std::cerr << "Not enough arguments. Please use\n./runMassFitter configFileName\n";
636+
printf("Not enough arguments. Please use\n./runMassFitter configFileName\n");
637637
return 1;
638638
}
639639

0 commit comments

Comments
 (0)