mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 05:10:03 +00:00 
			
		
		
		
	Merge pull request #4291 from KyButler/master
Slightly changed wording of LOG_ERROR statements.
This commit is contained in:
		
						commit
						874a95cea7
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -90,11 +90,11 @@ static void OnStateChanged(const Network::RoomMember::State& state) { | ||||||
|     case Network::RoomMember::State::NameCollision: |     case Network::RoomMember::State::NameCollision: | ||||||
|         LOG_ERROR( |         LOG_ERROR( | ||||||
|             Network, |             Network, | ||||||
|             "You tried to use the same nickname then another user that is connected to the Room"); |             "You tried to use the same nickname as another user that is connected to the Room"); | ||||||
|         exit(1); |         exit(1); | ||||||
|         break; |         break; | ||||||
|     case Network::RoomMember::State::MacCollision: |     case Network::RoomMember::State::MacCollision: | ||||||
|         LOG_ERROR(Network, "You tried to use the same MAC-Address then another user that is " |         LOG_ERROR(Network, "You tried to use the same MAC-Address as another user that is " | ||||||
|                            "connected to the Room"); |                            "connected to the Room"); | ||||||
|         exit(1); |         exit(1); | ||||||
|         break; |         break; | ||||||
|  | @ -104,7 +104,7 @@ static void OnStateChanged(const Network::RoomMember::State& state) { | ||||||
|         break; |         break; | ||||||
|     case Network::RoomMember::State::WrongVersion: |     case Network::RoomMember::State::WrongVersion: | ||||||
|         LOG_ERROR(Network, |         LOG_ERROR(Network, | ||||||
|                   "You are using a different version then the room you are trying to connect to"); |                   "You are using a different version than the room you are trying to connect to"); | ||||||
|         exit(1); |         exit(1); | ||||||
|         break; |         break; | ||||||
|     default: |     default: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue