Skip to content

Commit e252c4a

Browse files
fix typo: PUD -> PDU
1 parent c0fb4ed commit e252c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/front/front.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2550,11 +2550,11 @@ class Front : public FrontAPI, public gdi::GraphicApi
25502550
throw Error(ERR_RDP_FASTPATH);
25512551
}
25522552
LOG_IF(bool(this->verbose & Verbose::basic_trace3), LOG_INFO,
2553-
"Front::incoming: Received Fast-Path PUD done");
2553+
"Front::incoming: Received Fast-Path PDU done");
25542554
}
25552555

25562556
if (cfpie.payload.in_remain() != 0) {
2557-
LOG(LOG_WARNING, "Front::incoming: Received Fast-Path PUD, remains=%zu",
2557+
LOG(LOG_WARNING, "Front::incoming: Received Fast-Path PDU, remains=%zu",
25582558
cfpie.payload.in_remain());
25592559
}
25602560
}

0 commit comments

Comments
 (0)