diff --git a/src/Summary.cpp b/src/Summary.cpp index 6b12e62f..7682398f 100644 --- a/src/Summary.cpp +++ b/src/Summary.cpp @@ -1,12 +1,6 @@ /* XMRig - * Copyright 2010 Jeff Garzik - * Copyright 2012-2014 pooler - * Copyright 2014 Lucas Jones - * Copyright 2014-2016 Wolf9466 - * Copyright 2016 Jay D Dee - * Copyright 2017-2019 XMR-Stak , - * Copyright 2018-2021 SChernykh - * Copyright 2016-2021 XMRig + * Copyright (c) 2018-2022 SChernykh + * Copyright (c) 2016-2022 XMRig * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +16,6 @@ * along with this program. If not, see . */ - #include #include #include @@ -158,7 +151,7 @@ static void print_memory(const Config *config) "", memory.id().data(), memory.size() / oneGiB, memory.type(), memory.speed() / 1000000ULL, memory.product().data()); } else if (printEmpty) { - Log::print(WHITE_BOLD(" %-13s") "%s: " BLACK_BOLD(""), "", memory.slot().data()); + Log::print(WHITE_BOLD(" %-13s") "%s: " BLACK_BOLD(""), "", memory.id().data()); } } diff --git a/src/Summary.h b/src/Summary.h index 0b03f675..906aabf5 100644 --- a/src/Summary.h +++ b/src/Summary.h @@ -1,12 +1,6 @@ /* XMRig - * Copyright 2010 Jeff Garzik - * Copyright 2012-2014 pooler - * Copyright 2014 Lucas Jones - * Copyright 2014-2016 Wolf9466 - * Copyright 2016 Jay D Dee - * Copyright 2017-2018 XMR-Stak , - * Copyright 2018-2021 SChernykh - * Copyright 2016-2021 XMRig , + * Copyright (c) 2018-2022 SChernykh + * Copyright (c) 2016-2022 XMRig * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by