X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FCryptRand.php;h=fcf6a3966b469438022eb3005b8b4689b1ddbd97;hb=baacf3fb0bd5f3b54710342a514f201cdd445eb4;hp=858eebf205b440a16e60fc33172e59728db5cd15;hpb=987319a54adf9f6208534b5ac3b60d6f88bbf7e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CryptRand.php b/includes/CryptRand.php index 858eebf205..fcf6a3966b 100644 --- a/includes/CryptRand.php +++ b/includes/CryptRand.php @@ -391,7 +391,7 @@ class MWCryptRand { // We hash the random state with more salt to avoid the state from leaking // out and being used to predict the /randomness/ that follows. if ( strlen( $buffer ) < $bytes ) { - wfDebug( __METHOD__ . ": Falling back to using a pseudo random state to generate randomness.\n" ); + wfDebug( __METHOD__ . ": Falling back to using a pseudo random state to generate randomness.\n" ); } while ( strlen( $buffer ) < $bytes ) { wfProfileIn( __METHOD__ . '-fallback' );